Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Tags: maxposter/plugins

Tags

webview_flutter_wkwebview-v2.7.1

Toggle webview_flutter_wkwebview-v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Change import of FLTCookieManager.h to relative imp…

…ort (flutter#4600)

shared_preferences-v2.0.10

Toggle shared_preferences-v2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences] Remove platform registration (flutter#4596)

The plugin requires Flutter 2.5, which supports auto-registration of
Dart implementation code in platform packages, and the packages already
do auto-registration. This registration is unused, so can be removed.

Fixes flutter/flutter#81421

webview_flutter-v3.0.0

Toggle webview_flutter-v3.0.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] Default Android to hybrid composition (flutter#4576)

Switches the default implemention on Android from virtual display to
hybrid composition. This is a breaking change.

Part of flutter/flutter#93335

webview_flutter_web-v0.1.0

Toggle webview_flutter_web-v0.1.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] Proof of concept web implementation (flutter#4594)

Initial proof of concept implementation of flutter_webview for the web.

path_provider-v2.0.8

Toggle path_provider-v2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[path_provider] Remove platform registration (flutter#4540)

The plugin requires Flutter 2.5, which supports auto-registration of
Dart implementation code in platform packages, and the packages already
do auto-registration. This registration is unused, so can be removed.

webview_flutter-v2.8.0

Toggle webview_flutter-v2.8.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] Implements the loadFlutterAsset in the app facing p…

…ackage. (flutter#4593)

webview_flutter-v2.7.0

Toggle webview_flutter-v2.7.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 setCookie to CookieManager and support initial …

…cookies in creation params. (flutter#4561)

This PR adds a function for setting cookies to the CookieManager, as well support for setting initial cookies through the `CreationParams` object.

Fixes flutter/flutter#27597

webview_flutter-v2.6.0

Toggle webview_flutter-v2.6.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 loadRequest functionality to app facing package. (

flutter#4573)

* Add android implementations for loadRequest.

* Update changelog and pubspec.

* Fix comment.

* Fix comment.

* Add tests

* Add back removed license headers

* Fix analysis error

* Add support for loadRequest to app facing package

* Add test

* Comment pending dependency in pubspec

* Remove workaround for supporting custom headers when making post requests on Android.

* Document android workaround in dart doc

* Enforce uri scheme

* Update loadRequest dartdoc

* Document android workaround in readme

* Processed PR feedback.

* Updated dependency, version and changelog.

webview_flutter-v2.5.0

Toggle webview_flutter-v2.5.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 an option to set the background color of the we…

…bview (flutter#3431)

webview_flutter_wkwebview-v2.7.0

Toggle webview_flutter_wkwebview-v2.7.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] WKWebView implementation of loadFlutterAsset method. (

flutter#4582)