David Iglesias
David Iglesias
This has been published as `google_sign_in: ^6.1.0`: * https://pub.dev/packages/google_sign_in/changelog#610
I have a fix for the `web-platform_tests CHANNEL:* PACKAGE_SHARDING:--shardIndex 0 --shardCount 2` tests [here](https://github.com/flutter/packages/pull/3285). Apologies for the breakage!
There's quite a few packages that have an updated CHANGELOG.md, where nothing else changed in them (for example look at: `google_maps_flutter_ios`, `google_maps_flutter_platform_interface`, `google_maps_flutter_web`, `camera_avfoundation`...) I think the tool let you...
Let's release the platform_interface changes, right? @stuartmorgan My other comments can be applied when the web package is ready for review!
> I hope that in the future we won't need any more special web-only config parameters (or that they'll map better to their mobile counterparts if only because of the...
(Discussed on chat with @stuartmorgan and we decided to go with the PRs as they are, and then maybe do a more thorough refactor of per-platform settings, for example "liteMode"...
> If you are happy with the API, then I can add tests etc. I'm happy with the API @defuncart, thanks! The only unaddressed concern is using `dynamic` as a...
@defuncart if we don't add a version to the platform_interface package, it won't get published to pub -> people won't be able to use the new methods that you're defining...
Only the changes to the core package are remaining now, right?
Assigning to myself to land this. Needs tests.