Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
br_path_provider-v2.1.5_ohos
flutter_packages
/
packages
/
google_identity_services_web
/
example
下载当前目录
G
GitHub
Update repo for 3.32 stable (
#9311
)
5a7d40f8
创建于
2025年5月23日
历史提交
文件
最后提交记录
最后更新时间
integration_test
[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 年前
lib
[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 年前
test_driver
[gis_web] Properly define optional args. Add scope to config. (
#2688
)
3 年前
web
[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 年前
.gitignore
[gis_web] Introduce new GIS SDK JS-Interop package. (
#2653
)
3 年前
.metadata
[gis_web] Introduce new GIS SDK JS-Interop package. (
#2653
)
3 年前
README.md
[gis_web] Introduce new GIS SDK JS-Interop package. (
#2653
)
3 年前
pubspec.yaml
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.