文件最后提交记录最后更新时间
[gis_web] Make maybeEnum more robust in google_identity_services_web shared file. (#8999) When the needle value is unexpected, instead of throwing error, it'll return null now. Fixes https://github.com/flutter/flutter/issues/166548 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.1 年前
[gis_web] Migrate to package:web. (#5581) * Migrates package to use package:web so it can be compiled with WASM. * **Breaking change**: Addresses API mismatches with the latest JS SDK changes. * Adds some tests to client configuration objects. (See CHANGELOG.md for a more thorough list of changes) ## Issues * Fixes: https://github.com/flutter/flutter/issues/138202 * Fixes: https://github.com/flutter/flutter/issues/139167 * Part of: https://github.com/flutter/flutter/issues/139170 ## Tests * Ran unit/integration tests locally, added a couple more. * Tested example apps with flutter run, both seem to work. * Tested example apps with --wasm, both seem to work.2 年前
[gis_web] Properly define optional args. Add scope to config. (#2688) 3 年前
[gis_web] Make maybeEnum more robust in google_identity_services_web shared file. (#8999) When the needle value is unexpected, instead of throwing error, it'll return null now. Fixes https://github.com/flutter/flutter/issues/166548 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.1 年前
[gis_web] Introduce new GIS SDK JS-Interop package. (#2653) 3 年前
[gis_web] Introduce new GIS SDK JS-Interop package. (#2653) 3 年前
[gis_web] Introduce new GIS SDK JS-Interop package. (#2653) 3 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).11 个月前
README.md

google_identity_services_web_example

  • lib/main.dart: An example on how to use the google_identiy_services_web id library from Dart.
  • lib/main_oauth.dart: An example for the oauth2 library from the same SDK.