Skip to content

vvorld/getid-flutter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetIDExample

This repository contains an example of integration native GetID iOS and Android SDKs into a Flutter cross-platform application.

Setup

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-example

Open lib/main.dart file and set apiURL and sdkKey.

iOS

cd ios
pod install

Then just type flutter run in the root project directory.

Android

Just type flutter run in the root project directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published