Skip to content

Tags: anymate98/plugins

Tags

iamport_webview_flutter-v3.0.7

Toggle iamport_webview_flutter-v3.0.7's commit message

iamport_webview_flutter-v3.0.6

Toggle iamport_webview_flutter-v3.0.6's commit message

iamport_webview_flutter-v3.0.5

Toggle iamport_webview_flutter-v3.0.5's commit message

iamport_webview_flutter-v3.0.4

Toggle iamport_webview_flutter-v3.0.4's commit message

video_player-v2.2.7

Toggle video_player-v2.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player] Don't restart when scrubbing to end (flutter#4488)

webview_flutter-v2.3.0

Toggle webview_flutter-v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter]Add zoom to android webview (flutter#3325)

webview_flutter_android-v2.2.1

Toggle webview_flutter_android-v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix NullPointerException (flutter#4212)

webview_flutter-v2.2.0

Toggle webview_flutter-v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Deprecate evaluateJavascript in favour of runJavaSc…

…ript and runJavaScriptForResult. (flutter#4403)

webview_flutter_platform_interface-v1.4.0

Toggle webview_flutter_platform_interface-v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Add interface methods to load local files and HTML …

…strings. (flutter#4446)

* Add methods to load HTML and Flutter assets.

Adds methods to the webview_flutter_platform_interface to support
loading content from Flutter asset defined in the pubspec.yaml of
directly from HTML string.

* Renamed loadHtml to loadHtmlString

* Support loading arbitrary files instead of only Flutter assets

* Update changelog description

* Fix formatting

* Fix formatting

webview_flutter_platform_interface-v1.3.0

Toggle webview_flutter_platform_interface-v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Add platform interface method `loadRequest`. (flutt…

…er#4450)