Step 1. Download the samples
To start this tutorial, you need to download the Flutter sample app repo, which contains the projects you will use.
-
In a web browser, navigate to the SDK Sample Apps repository.
-
Download the source code using one of the following methods:
- Download a ZIP file
-
-
Click Code, and then click Download ZIP.
-
Extract the contents of the downloaded ZIP file to a suitable location.
-
- Use a Git-compatible tool to clone the repo locally
-
-
Click Code, and then copy the HTTPS URL.
-
Use the URL to clone the repository to a suitable location.
For example, from the command-line you could run:
git clone https://github.com/ForgeRock/sdk-sample-apps.git
-
The result of these steps is a local folder named sdk-sample-apps.
The sdk-sample-apps/flutter/flutter_todo folder contains the source of a completed app you’ll be using in this tutorial.
The tutorial includes code snippet diffs that match what is already in the sample app, so that you can compare this documentation to the completed app.