🐛 [flutterfire] Update deps for JS across all packages to match most recent flutter version #12522
Labels
platform: web
Issues / PRs which are specifically for web.
resolution: duplicate
This issue or pull request already exists
type: enhancement
New feature or request
Update deps
After new flutter release flutter packages got a new version range for JS deps. Some packages followed that, but made deps resolution more strict, which currently creates conflicts with all flutterfire packages that has web support.
It would be great to follow up with flutter team deps range for JS package.
js: '>=0.6.3 <0.8.0'
(where 0.6.3 is current deps version in flutterfire packages)test
package deps resolution example: https://github.com/dart-lang/test/blob/master/pkgs/test/pubspec.yaml#L18The text was updated successfully, but these errors were encountered: