Skip to content

Releases: smileidentity/flutter

v10.3.1

16 Dec 20:27
65351ab
Compare
Choose a tag to compare

What's Changed

  • Fixed Moshi configuration to only use FileAdapter which uses absolute path
  • Fix iOS Issues by @tobitech in #131

New Contributors

Full Changelog: v10.3.0...v10.3.1

v10.3.0

16 Dec 18:17
07cda05
Compare
Choose a tag to compare
Fix Moshi Serialization Bug (#132)

* updated android release workflow

* replace moshi file serialization

* updated changelog

* updated flutter version

v10.2.1

20 Nov 12:07
bcfe7dd
Compare
Choose a tag to compare

v10.2.0

22 Oct 14:37
293b715
Compare
Choose a tag to compare
Remove jobId in Biometric Jobs (#120)

* remove jobId and let partners pass inside extraPartnerParams

* code formatting

* updated smileid ios

* bump up version

v10.1.10

02 Oct 17:10
0868bb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.1.9...v10.1.10

v10.1.9

27 Sep 18:42
b12e293
Compare
Choose a tag to compare

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

30 Aug 07:51
e317291
Compare
Choose a tag to compare

v10.1.7

20 Aug 13:43
4748c61
Compare
Choose a tag to compare

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

23 Jul 11:59
c269b77
Compare
Choose a tag to compare

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

19 Jul 11:23
bd46e14
Compare
Choose a tag to compare
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>