Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The plugin flutter_webview_plugin uses a deprecated version of the Android embedding. #923

Open
dongorias opened this issue Sep 17, 2021 · 11 comments

Comments

@dongorias
Copy link

The plugin flutter_webview_plugin uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

@dhcracchiolo
Copy link

+1 getting very tired of this message

@Slackgate
Copy link

+1 same here

2 similar comments
@lbjlsy
Copy link

lbjlsy commented Sep 22, 2021

+1 same here

@rizwan3d
Copy link

+1 same here

@TesteurManiak
Copy link

TesteurManiak commented Sep 23, 2021

Same as #921

@lyf571321556
Copy link

+1

1 similar comment
@MahmoudIbrahim3
Copy link

+1

@dgurudot
Copy link

@lyf571321556 @rizwan3d @TesteurManiak @MahmoudIbrahim3 @Slackgate @dongorias @dhcracchiolo

Can you please resolve this issue while this package is getting merged with the official one?

@kapil708
Copy link

try this

dependencies:
  flutter_webview_plugin:
    git: https://github.com/nuc134r/flutter_webview_plugin.git

@dgurudot
Copy link

I just tried and it seems this fork is not null safe. Getting static analysis errors at

import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';

info: The library 'package:flutter_webview_plugin/flutter_webview_plugin.dart' is legacy, and should not be imported into a null safe library.

@snoopdoggy322
Copy link

try it :

  flutter_webview_plugin:
    git: https://github.com/snoopdoggy322/flutter_webview_plugin
  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests