Face Capture Demo (Flutter)
Install Github Token
There are a few ways to download the flutter SDK. You will need to do this for your flutter package.
- Install the Github Cli - here
- You can either add the CLI to you path or open a terminal or cmd prompt window in the folder containing the CLI
- Type command
gh auth login
- What account do you want to log into? GitHub.com
- What is your preferred protocol for Git operations on this host? HTTPS
- Authenticate Git with your GitHub credentials? No
- How would you like to authenticate GitHub CLI? Paste an authentication token
- Paste your authentication token:
PASTE_AUTH_TOKEN_HERE
- You should see that you're logged in.
- You then want to pull the packages
gh repo clone git@github.com:Aware-MCOE/Flutter-Facecapture-SDK.git