Skip to content

v6.0.0-beta.29

Compare
Choose a tag to compare
@pichillilorenzo pichillilorenzo released this 27 Nov 18:34
· 93 commits to master since this release

BREAKING CHANGES

  • Plugin conversion to a Federated Plugin to better support multiple environments and implementations.
  • Dart SDK min version >= 2.17.0
  • Android package name has been changed to com.pichillilorenzo.flutter_inappwebview_android. References to old package name com.pichillilorenzo.flutter_inappwebview should be updated, for example inside AndroidManifest.xml file: <provider android:name="com.pichillilorenzo.flutter_inappwebview_android.InAppWebViewFileProvider" android:authorities="${applicationId}.flutter_inappwebview_android.fileprovider" ...
  • Web Platform: web_support.js file path has been changed to packages/flutter_inappwebview_web/assets/web/web_support.js