Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ajith007/plugins

Tags

webview_flutter_android-v2.8.2

Toggle webview_flutter_android-v2.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Enable setAllowFileAccess on Android setting when l…

…oading files (flutter#4601)

webview_flutter_android-v2.8.1

Toggle webview_flutter_android-v2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent setting user agent string to default value on every rebuild (f…

…lutter#4618)

video_player-v2.2.8

Toggle video_player-v2.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player] Eliminate platform channel from mock platform (flutter…

…#4588)

local_auth-v1.1.9

Toggle local_auth-v1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[local_auth] Switch to new analysis options (flutter#4604)

Removes the legacy analysis options and fixes all violations. Most fixes were automated `dart fix --apply` changes.

Part of flutter/flutter#76229

shared_preferences-v2.0.11

Toggle shared_preferences-v2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences] Fix example in readme for mocking values (flutte…

…r#4411)

This fixes the example for mocking values in the readme of shared_preferences.
After the NNBD migration mock values can only be of type Object.

path_provider_linux-v2.1.4

Toggle path_provider_linux-v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[path_provider] Fix handling of null application ID (flutter#4606)

The lookup of application ID was handling `null` (Dart null), but not
`nullptr` (Dart representation of a C null pointer), so was throwing an
exception in applications without an application ID.

This includes the `shared_preferences_linux` example application, so
this fixes tree breakage.

in_app_purchase-v2.0.1

Toggle in_app_purchase-v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[in_app-purchase] Updated the ReadMe to remove the deprecated `InAppP…

…urchaseAndroidPlatformAddition.enablePendingPurchases ` method (flutter#4597)

This will resolve flutter/flutter#93837 & this work is just the follow-up from flutter#4527 PR.

We need to update the documentation in the README.md of the in_app_purchase package to remove the instruction of initialization with the deprecated `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases` method.

Fixes flutter/flutter#94977

in_app_purchase_android-v0.2.2

Toggle in_app_purchase_android-v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[in_app_purchase] Fix upgrading subscription by deferred proration mo…

…de on android. (flutter#4560)

This PR is for updating the bug of upgrading subscription by deferred mode on android, the purchaseStream of PurchaseStatus will return error.

Fixes [flutter/flutter#94439]

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