flutterfire_gen_utils 0.6.0
flutterfire_gen_utils: ^0.6.0 copied to clipboard
flutterfire_gen_utils
0.6.0 #
- Adopt unified versioning across the
flutterfire_genfamily. From this release onwards,flutterfire_gen,flutterfire_gen_annotation, andflutterfire_gen_utilsare released together under the same version number, which makes it easier for users to pick a compatible set. - Raise the minimum Dart SDK to
>=3.5.0so the package can participate in Dart workspaces (resolution: workspacerequires language version 3.5+). - Use the Dart pattern-matching shorthand (
(:final field)) inFirestoreDataswitch expressions to satisfy the up-to-date pattern-style lints. No behavioural change.
0.5.1 #
- Update
cloud_firestoredependency to>=5.5.0to support wider range of versions.
0.5.0 #
Note
This release has breaking changes.
- Update
cloud_firestorepackage version to5.5.0, which might be not compatible with previous versions (thanks to @masa-tokyo).
0.4.1 #
- Update
README.md.
0.4.0 #
Note
This release has breaking changes.
- Update
cloud_firestorepackage version to4.14.0, which might be not compatible with previous versions.
0.3.0-dev.2 #
- Remove direct dependency on Flutter SDK.
0.3.0-dev.1 #
- Update doc comments.
0.2.0-dev.1 #
- Refactor entire codes.
0.0.1-dev.3 #
- Improve
FirestoreDataclass.
0.0.1-dev.2 #
- Fix pubspec.yaml description.
0.0.1-dev.1 #
- Initial preview release.