This repo encompasses everything necessary for the Smile ID Flutter SDK. It is a multi-module project consisting of the following modules:
smileid
- The SDK distributed to partnerssample
- a sample app that demonstrates SDK integration and showcases Smile ID products
- FVM
- Android Studio or Visual Studio Code
- To generate new mocks, run
fvm flutter pub run build_runner build
- Cocoapods
We bundle a sample app that demonstrates SDK integration and showcases Smile ID products. To run it, follow the following steps
Open the sample
folder, then open the android
folder. Run the following commands
- Run
flutter pub get
- Open the
android
folder in Android Studio
Open the sample
folder, then open the ios
folder. Run the following commands
- Run
flutter pub get
- Run
pod install
- Open
Runner.xcworkspace
in Xcode