This repository contains an example of integration native GetID iOS and Android SDKs into a Flutter cross-platform application.
In order to start using GetID SDK, you will need an SDK KEY and API URL. Both can be found and modified either through your GetID admin panel or via contacting our integration team.
Also, make sure that you've set up the development environment.
Clone the project and navigate to the project directory:
git clone https://github.com/vvorld/getid-flutter-example
cd getid-flutter-exampleOpen lib/main.dart file and set apiURL and sdkKey.
cd ios
pod installThen just type flutter run in the root project directory.
Just type flutter run in the root project directory.