Releases: smileidentity/flutter
Releases · smileidentity/flutter
v10.3.1
v10.3.0
v10.2.1
- Allow skipApiSubmission which will capture Enrollment, Authentication, Doc V and Enhanced DocV
without submitting to SmileID and will return captured images file paths - Fix Consistent file paths for all products and capture screens
- Bump android to 10.3.7 (https://github.com/smileidentity/android/releases/tag/v10.3.7)
- Bump iOS to 10.2.17 (https://github.com/smileidentity/ios/releases/tag/v10.2.17)
v10.2.0
v10.1.10
What's Changed
- iOS v10.2.11 by @jumaallan in #115
- Bump peter-evans/create-pull-request from 6 to 7 in the github-actions group by @dependabot in #116
- Bump up AGP Versions by @jumaallan in #117
- Feature/smilescreens by @JNdhlovu in #112
Full Changelog: v10.1.9...v10.1.10
v10.1.9
What's Changed
- Bump gradle/actions from 3 to 4 in the github-actions group by @dependabot in #105
- Merge release android-v10.3.0 into main by @github-actions in #111
- Merge release android-v10.3.1 into main by @github-actions in #113
- Release v10.1.9 by @jumaallan in #114
Full Changelog: v10.1.8...v10.1.9
v10.1.8
- Fix API Config to provide different options to configure SmileID
- Bump ios to 10.2.8 (https://github.com/smileidentity/ios/releases/tag/v10.2.8) In memory zip file handling
v10.1.7
What's Changed
- Merge release android-v10.2.4 into main by @github-actions in #94
- Merge release android-v10.2.5 into main by @github-actions in #97
- API Keys Fix per Environment by @jumaallan in #96
- Extend API Config by @jumaallan in #99
- Bump up iOS Version by @jumaallan in #100
Full Changelog: v10.1.6...v10.1.7
v10.1.6
What's Changed
- Merge release android-v10.2.3 into main by @github-actions in #93
- Fix JSON bug on Flutter by @jumaallan in #92
Full Changelog: v10.1.5...v10.1.6
v10.1.5
Fix navigation bug on iOS (#89) * fix navigation bug on iOS * prepare 10.1.5 release * refactor common code functionality for embedding swiftui view for each of the job screens into a new function and reuse it in those screens. --------- Co-authored-by: Tobi Omotayo <tobitech@ymail.com>