Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Tags: flutter/plugins

Tags

local_auth-v2.1.4

Toggle local_auth-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.
[local_auth] Add Android theme compatibility documentation (#6875)

Add documentation to README.md file from local_auth package:
- Compatibility of Android theme for Android 8 and below.

espresso-v0.2.0 8

Toggle espresso-v0.2.0 8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[espresso] Update some dependencies (#7195)

webview_flutter-v4.0.4

Toggle webview_flutter-v4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Adds examples of accessing platform-specific featur…

…es for each class (#7089)

* start

* more docs and version bump

* fix main

google_sign_in-v6.0.0

Toggle google_sign_in-v6.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] Endorses next web package. (#7191)

Bump major version to 6.0.0.

ios_platform_images-v0.2.2

Toggle ios_platform_images-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.
[ios_platform_images] Update minimum version to iOS 11 (#6874)

* [ios_platform_images] Update minimum version to iOS 11

* README update

in_app_purchase-v3.1.4

Toggle in_app_purchase-v3.1.4'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] Update minimum Flutter version to 3.3 and iOS 11 (#…

…6873)

* [in_app_purchase] Bump minimum Flutter version to 3.3 for iOS plugins

* Bump Flutter version

* super params

* Format

in_app_purchase_storekit-v0.3.6

Toggle in_app_purchase_storekit-v0.3.6'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] Update minimum Flutter version to 3.3 and iOS 11 (#…

…6873)

* [in_app_purchase] Bump minimum Flutter version to 3.3 for iOS plugins

* Bump Flutter version

* super params

* Format

image_picker-v0.8.6 2

Toggle image_picker-v0.8.6 2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[image_picker] Update NSPhotoLibraryUsageDescription description in R…

…EADME (#6589)

* Update `NSPhotoLibraryUsageDescription` description in README

* Update text about App Store policy

image_picker_ios-v0.8.6 8

Toggle image_picker_ios-v0.8.6 8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[image_picker] Fix images changing to incorrect orientation (#7187)

* fix orientation issue

* update changelog

* add test

* fix formatting

google_sign_in_web-v0.11.0

Toggle google_sign_in_web-v0.11.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_web] Migrate to the GIS SDK. (#6921)

* [google_sign_in_web] Migrate to GIS SDK.

* include_granted_scopes in requestScopes call.

* Remove the old JS-interop layer.

* Introduce a mockable GisSdkClient for tests.

* Split the people utils.

* Delete tests for the old code.

* Add some tests for the new code.

* More utils_test.dart

* Make jsifyAs reusable.

* Ignore the tester in utils_test.dart

* Make Clients overridable, and some renaming.

* Test people.dart

* Make autoDetectedClientId more testable.

* Add mockito.

* Comment about where to better split the code so GisSdkClient is testable too.

* Add google_sign_in_web_test.dart (and its mocks)

* dart format

* Log only in debug.

* Sync min sdk with package gis_web

* Add migration notes to the README.

* When the user is known upon signIn, remove friction.

* Do not ask for user selection again in the authorization popup
* Pass the email of the known user as a hint to the signIn method

* Address PR comments / checks.

* Update migration guide after comments from testers.

* Update README.md

* Remove package:jose from tests.

* Rename to Vincent Adultman

* _isJsSdkLoaded -> _jsSdkLoadedFuture

* Remove idToken comment.

* Link issue to split mocking better.

* Remove dependency in package:jwt_decoder

* Remove unneeded cast call.