This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Tags: maxposter/plugins
Tags
[webview_flutter] Change import of FLTCookieManager.h to relative imp… …ort (flutter#4600)
[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] 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] Proof of concept web implementation (flutter#4594) Initial proof of concept implementation of flutter_webview for the web.
[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] Implements the loadFlutterAsset in the app facing p… …ackage. (flutter#4593)
[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] 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] Add an option to set the background color of the we… …bview (flutter#3431)
[webview_flutter] WKWebView implementation of loadFlutterAsset method. ( flutter#4582)
PreviousNext