mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 21:28:33 +08:00

* 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.