flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

Deprecated version

Open Brencheva opened this issue 3 years ago • 15 comments

During the running I see the error in console:

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. Please, upgrade the plugin

System info

Issue occurs on: Android Plugin version: 0.4.0 Flutter doctor output:

Flutter (Channel stable, 2.8.0, on macOS 11.6.1 20G224 darwin-x64, locale en-PL)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 13.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2020.3)
[✓] VS Code (version 1.63.0)
[✓] Connected device (2 available)```

## Steps to Reproduce

1. Just run any app with Flutter version 2.8.0. Android 30.0.3

Brencheva avatar Dec 13 '21 09:12 Brencheva

Same thing happened to me.

rkpontes avatar Dec 13 '21 13:12 rkpontes

Same here.

omateuscastro avatar Dec 22 '21 18:12 omateuscastro

Same with me.

JanXiang avatar Dec 27 '21 01:12 JanXiang

any updates?

hatemragab avatar Dec 29 '21 21:12 hatemragab

Nope. I've just deleted the plugin

Brencheva avatar Dec 29 '21 21:12 Brencheva

Which alternative plugin did you use @Brencheva ?

Bhat015 avatar Jan 13 '22 03:01 Bhat015

same here

rraman424 avatar Jan 13 '22 06:01 rraman424

@Bhat015 I needed this plugin only for Facebook authorisation 2 years ago. But now I’ve just updated their flow and there is no need with the plugin anymore at all. But if you find smth, please, let me know

Brencheva avatar Jan 13 '22 09:01 Brencheva

same here

hewa-jalal avatar Jan 15 '22 22:01 hewa-jalal

same here

pltlg avatar Jan 17 '22 08:01 pltlg

Duplicate of #921

snoopdoggy322 avatar Jan 17 '22 13:01 snoopdoggy322

Hey guys, pls a quick question.

Does flutter web view open all site?? Because I used the webview_flutter package and I observed that it opens some sites like google.com but didn't opening some few other sites.

Pls I need answers 🙏🏼🙏🏼

Princewil avatar Jan 20 '22 09:01 Princewil

I think it's absurd for someone to make a lib and simply not give satisfaction to users and abandon

paulobreim avatar Mar 21 '22 04:03 paulobreim

You can use my repo

flutter_webview_plugin:
    git:
      url: https://github.com/Bhagat8533/flutter_webview_plugin # Repo
      ref: master  # Branch name

Bhagat8533 avatar Jul 17 '22 07:07 Bhagat8533

You can use my repo

flutter_webview_plugin:
    git:
      url: https://github.com/Bhagat8533/flutter_webview_plugin # Repo
      ref: master  # Branch name

I tried with your repo and it work but onStateChanged's not trigger by default. Screen keep waiting if hidden value was true. Swipe back and reopen app then it work. Do you have any directions?

huyvpc avatar Dec 30 '22 16:12 huyvpc