-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* UI WIP Bump Kotlin to 1.9.10 Bump Gradle to 8.1.1 Modularize Main Screen Switch to FlutterFragmentActivity Add SmileIDDocumentVerification PlatformView * Update dependencies * Roughly working * Independent widget properties * iOS integration * onSuccess and onError callbacks * Clean up * Fix camera bug, support global docv * remove onFlutterViewAttached override * Convert SwiftUI to UIKit view * Update CHANGELOG * Review comment * proper iOS interface * update android sdk version * Fix callback not being invoked * bumped up ios version * fixed document verification on flutter ios * Updates * Updates * Fix pbxproj * updated flutter to match ios * Feat : Smart Selfie Enrollment (#13) * refactored document verification flow * adding SmartSelfieEnrollment * adding SmartSelfieEnrollment * adding SmartSelfieEnrollment on iOS * Update example/lib/main.dart Co-authored-by: Vansh Gandhi <[email protected]> * setting up flutter lint * setting up lint actions * setting up lint actions * fixed broken action file * renamed response models * added ktlint to android code * fixed ci * fixed ci * added linter to sample android app * fixing smart selfie enrollment on flutter iOS * Feat : Smart Selfie Authentication (#14) * adding SmartSelfieAuthentication * adding SmartSelfieAuthentication on iOS * fixed show SmileIDSmartSelfieAuthentication * fixed wrong naming * added smartSelfieAuthentication on sample app * added trailing commas * added trailing commas * fixed trailing commas * fixed trailing commas * fixed ktlint * fixed swift parameters * ktlint config * split flutter lint into a separate job --------- Co-authored-by: Vansh Gandhi <[email protected]> * Formatting and fixes * small fix * Allow parallel build * Update CHANGELOG.md * Allow Gallery Upload in sample app --------- Co-authored-by: Juma Allan <[email protected]>
- Loading branch information
Showing
39 changed files
with
1,772 additions
and
592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
[*] | ||
max_line_length=100 | ||
|
||
[{*.kt,*.kts}] | ||
ij_kotlin_allow_trailing_comma_on_call_site=true | ||
ij_kotlin_allow_trailing_comma=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
# 10.0.0-beta02 | ||
- Support for Document Verification, exposed as a `SmileIDDocumentVerification` Widget | ||
- Support for SmartSelfie Authentication, exposed as a `SmileIDSmartSelfieAuthentication` Widget | ||
|
||
# 10.0.0-beta01 | ||
- Initial release | ||
- Support for Enhanced KYC (Async) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.