Skip to content

Releases: Earlybyte/aad_oauth

1.0.1

15 Feb 16:49
aa124db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

11 Oct 08:46
d05e1a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.4...1.0.0

0.4.4

16 May 08:29
0ac104f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.3...0.4.4

0.4.3

27 Mar 11:22
3a362e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

26 Jan 12:21
f7ff205
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

01 Dec 08:01
b094da2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

13 Jun 14:59
92f6533
Compare
Choose a tag to compare
  • Breaking: Use webview_flutter plugin (requires android minSDK >= 20) #121, #124
  • Requires passing the same navigatorKey to Config() and MaterialApp() to support interactive login.
  • Removed unnecessary calls to set screen size - calls to these APIs must be removed from apps (setWebViewScreenSize and setWebViewScreenSizeFromMedia).
  • webview_flutter automatically adjusts the webview size.
  • Update flutter_secure_storage and add android options to config #128, #134

0.2.2

02 Jul 08:10
8be1fe6
Compare
Choose a tag to compare
  • Add refreshIfAvailable flag to login() #94
  • Update Flutter Webview Plugin #112
  • Bumped to version 0.2.1 with latest http support #113
  • Upgrade packages and fix problems #114

0.2.1

19 Jan 16:50
b530f27
Compare
Choose a tag to compare

Enable to resize webview after init #68
Add dartdoc to most important elements #75
Fix token init #89
Upgrade plugins #88

0.2.0

12 Oct 09:57
179573c
Compare
Choose a tag to compare
  • Add additional config options #66
  • Throw Exception on return #55
  • Fix Example App #65
  • Comply Pub Dev Requirements #67