[google_sign_in_web] Migrate to pkg:web. (#5612)

This PR updates `google_sign_in_web` to:

* Use the latest `google_identity_services_web` and `http`
* Use `package:web`

This should allow the package to compile to WASM.

## Issues

* Fixes https://github.com/flutter/flutter/issues/139169
* Needed to https://github.com/flutter/flutter/issues/139170 

## Tests

* All tests should pass (ran locally)
* Demo app compiled to WASM: https://dit-gis-test.web.app
This commit is contained in:
David Iglesias
2023-12-08 17:07:05 -08:00
committed by GitHub
parent b99ade61ec
commit 5e81fd5d67
13 changed files with 125 additions and 389 deletions

View File

@ -9,8 +9,5 @@
# NOTE: camera_android is semi-excluded via special casing in the repo tools.
# See create_all_packages_app_command.dart.
# Excluded until the google_sign_in_web package updates
- google_identity_services_web
# This is a permament entry, as it should never be a direct app dependency.
- plugin_platform_interface