You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If another package use flutter_webview as dependency, cause plugin configuration is loading twice.
To Reproduce
In a project, install flutter_html and youtube_player_flutter and see android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java call flutterEngine.getPlugins().add(new io.flutter.plugins.webviewflutter.WebViewFlutterPlugin());
The text was updated successfully, but these errors were encountered:
Describe the bug
If another package use flutter_webview as dependency, cause plugin configuration is loading twice.
To Reproduce
In a project, install flutter_html and youtube_player_flutter and see
android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
callflutterEngine.getPlugins().add(new io.flutter.plugins.webviewflutter.WebViewFlutterPlugin());
The text was updated successfully, but these errors were encountered: