fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 930 forks source link

make webview-rect perception page's transition animation(slide/scale)… #805

Open bladeofgod opened 4 years ago

bladeofgod commented 4 years ago

make webview-rect perception page's transition animation(slide/scale),and coordinate with it

bladeofgod commented 4 years ago

and also add a demo page.

bladeofgod commented 4 years ago

@charafau

charafau commented 4 years ago

Hello, thanks for PR. This project is in maintenance mode and we try to hold new features. I might take a look but I encourage you to use official web view if possible

bladeofgod commented 4 years ago

Hello, thanks for PR. This project is in maintenance mode and we try to hold new features. I might take a look but I encourage you to use official web view if possible

i try used official webview plugin, but there‘’s big performance gap from your 'flutter_webview_plugin', beacause they used platformView. and so far it's good for me , except one issue that's it cant coordinate with page transition's animation,i fixed it(compatible slid/scale).

shinriyo commented 3 years ago

@fluttercommunity not check?