flutterfire
flutterfire copied to clipboard
feat: bump js `0.7.0`
Description
Please check https://pub.dev/packages/js/changelog
Related Issues
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]
).
This will ensure a smooth and quick review process. Updating the pubspec.yaml
and changelogs is not required.
- [x] I read the Contributor Guide and followed the process outlined there for submitting PRs.
- [ ] My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
- [ ] All existing and new tests are passing.
- [ ] I updated/added relevant documentation (doc comments with
///
). - [ ] The analyzer (
melos run analyze
) does not report any problems on my PR. - [x] I read and followed the Flutter Style Guide.
- [x] I signed the CLA.
- [x] I am willing to follow-up on review comments in a timely manner.
Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
- [ ] Yes, this is a breaking change.
- [x] No, this is not a breaking change.
@KKimj this PR would be obsolete as there is an ongoing effort to remove package:js
in favor of package:web
.
See this issue: https://github.com/firebase/flutterfire/issues/12027
So it will likely not be merged but the package:js
dependency rather removed.
If you want to speed up the removal of package:js
and thus unblock your dependency conflicts, I'd suggest migrating the rest of the dependencies over to package:web
so package:js
can be removed entirely for all packages.
Guide on how to migrate: https://dart.dev/interop/js-interop/package-web
@IchordeDionysos Hello there! I'll go ahead and close this PR now. Thank you for your attention and interest; it's much appreciated!