Skip to content

Tags: isaacfi/plugins

Tags

camera-v0.5.8+4

Toggle camera-v0.5.8+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Improving handling when camera permissions are not granted. (f…

…lutter#2848)

google_maps_flutter-v0.5.29

Toggle google_maps_flutter-v0.5.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[google_maps_flutter + platform] Tweaks to enable a web implementatio…

…n. (flutter#2903)

This change tweaks slightly the core maps plugin and the platform interface package to make the web implementation possible.

The most important changes are two:

* The core plugin now passes a constant identifier to the buildView platform call, so the web version can cache effectively the contents of the platform view, so it doesn't repaint. This might go away once Scenelets for web come online.
* The platform interface now encodes the (optional) width and height of custom Icons for Markers, so the web can render High DPI assets at the correct size.

The rest are some examples to the 'example' app so it can be run on web.

google_maps_flutter_platform_interface-v1.0.3

Toggle google_maps_flutter_platform_interface-v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[google_maps_flutter + platform] Tweaks to enable a web implementatio…

…n. (flutter#2903)

This change tweaks slightly the core maps plugin and the platform interface package to make the web implementation possible.

The most important changes are two:

* The core plugin now passes a constant identifier to the buildView platform call, so the web version can cache effectively the contents of the platform view, so it doesn't repaint. This might go away once Scenelets for web come online.
* The platform interface now encodes the (optional) width and height of custom Icons for Markers, so the web can render High DPI assets at the correct size.

The rest are some examples to the 'example' app so it can be run on web.

e2e-v0.6.3

Toggle e2e-v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[e2e] Add new e2e_driver for handling response data and performance w…

…atcher (flutter#2906)

in_app_purchase-v0.3.4+3

Toggle in_app_purchase-v0.3.4+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed typo manuelly for manually (flutter#2902)

extension_google_sign_in_as_googleapis_auth-v1.0.0

Toggle extension_google_sign_in_as_googleapis_auth-v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[google_sign_in] Bridge google_sign_in and googleapis. (flutter#2824)

Introduce the first version of the `extension_google_sign_in_as_googleapis_auth` package.

This package lets users of the `google_sign_in` plugin to create an authenticated HTTP clients (from `googleapis_auth`) that can access any APIs from the `googleapis` package.

connectivity_for_web-v0.3.1

Toggle connectivity_for_web-v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[connectivity_for_web] Fix JS Interop in release mode. (flutter#2869)

* Switch to dart:html window.navigator.connection instead of package:js JS-interop.
* Overwrite connection.onchange instead of listening to connection.onChange Stream (prevents multiple subscriptions after hot-reload).
* Cleaned up old code related to generating the JS facade.

shared_preferences-v0.5.8

Toggle shared_preferences-v0.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences] Shared preferences linux endorsement (flutter#2864)

Endorses shared_preferences_linux.

Since shared_preferences_linux is pure Dart, this uses manual registration of the Linux implementation. It is similar to the solution used for path_provider, but improves on it by more narrowly tailoring the registration to cases where another registration hasn't already been done, and only checking the first time, thus avoiding the need for a variable to override it.

Updates shared_preferences_linux to depend on path_provider_linux rather than path_provider, to avoid adding unnecessary native plugin dependencies to other platforms.

Also adds a driver test for shared_preference_linux, which I missed in reviewing the initial shared_preferences_linux landing.

shared_preferences_linux-v0.0.2+1

Toggle shared_preferences_linux-v0.0.2+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences] Shared preferences linux endorsement (flutter#2864)

Endorses shared_preferences_linux.

Since shared_preferences_linux is pure Dart, this uses manual registration of the Linux implementation. It is similar to the solution used for path_provider, but improves on it by more narrowly tailoring the registration to cases where another registration hasn't already been done, and only checking the first time, thus avoiding the need for a variable to override it.

Updates shared_preferences_linux to depend on path_provider_linux rather than path_provider, to avoid adding unnecessary native plugin dependencies to other platforms.

Also adds a driver test for shared_preference_linux, which I missed in reviewing the initial shared_preferences_linux landing.

shared_preferences_linux-v0.0.2

Toggle shared_preferences_linux-v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences_linux] Add iOS stub (flutter#2865)

Add missing iOS stub to shared_preferences_linux