文件最后提交记录最后更新时间
[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 年前
[google_identity_services_web] Set nonce properly in loadWebSdk(). (#8069) This PR adds logic to google_identity_services_web/lib/src/js_loader.dart to cause the nonce property to be property set when creating new script elements.1 年前
[various] Sync lints with flutter/flutter (#5717) Applying the latest analysis_options.yaml from flutter/flutter to this repo. Most fixes were auto-generated by dart fix.2 年前
[various] Sync lints with flutter/flutter (#5717) Applying the latest analysis_options.yaml from flutter/flutter to this repo. Most fixes were auto-generated by dart fix.2 年前
[various] Sync lints with flutter/flutter (#5717) Applying the latest analysis_options.yaml from flutter/flutter to this repo. Most fixes were auto-generated by dart fix.2 年前
[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 年前
README.md

Tests

Use dart test -p chrome <test_name>.dart to run tests in this package.

Failed to run Chrome: No such file or directory

Ensure the correct path to the Chrome executable is set in dart_test.yaml. It may be other than chrome (for example, google-chrome in my machine).