Skip to content

0.4.0

Compare
Choose a tag to compare
@loetsphi loetsphi released this 13 Jun 14:59
· 161 commits to master since this release
92f6533
  • 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