A collection of quickstart samples demonstrating the DOT Flutter SDK. Read more about DOT Flutter SDK.
Choose your unique identifier (e.g. com.company.dot.flutter.example
). This identifier is used as an Application ID (Android) and Bundle ID (iOS) in your host apps of the DOT Flutter SDK Example.
Replace applicationId
in android/app/build.gradle
with your unique identifier. Instead of:
applicationId 'com.innovatrics.dot.flutter.example'
there will be a new unique identifier. For example:
applicationId 'com.company.dot.flutter.example'
- Check if your CocoaPods is up to date with the command
pod --version
. If not, use the command[sudo] gem install cocoapods
. - Run
pod install --repo-update
command in theios
directory in the project. - After the pod installation is finished, open Runner.xcworkspace in Xcode.
- In the General tab of DotSdkSamples target, set your unique Bundle Identifier.
- Complete app signing configuration using your certificates and profiles.
- To obtain a license file, please contact
sales@innovatrics.com
and send them your unique identifier. - Add the license file to
assets/dot_license.lic
.
Sample | Description |
---|---|
Document Auto Capture | Basic component sample. |
NFC Reading | Combination of Document Auto Capture component with enabled MRZ recognition and NFC Travel Document Reader component. |
Face Auto Capture | Basic component sample. |
MagnifEye Liveness | Basic component sample. |
In case when the samples do not work because of the expired DOT license, please contact sales@innovatrics.com
in order to obtain a new license file.
All notable changes are documented in CHANGELOG.md
.
The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.