firestorm 0.2.2
firestorm: ^0.2.2 copied to clipboard
A data access API and ODM tool for Firebase's Firestore and Realtime Database
0.2.2 Various updates #
Release date: 15/07/2025
- Switched to
loggerfor debug prints rather thancolorful_text. - Downgraded
analyzerto version 6.2.0 to avoid deprecation issues. - License update to point to correct file.
- Added code-comparison.md to the documentation directory, linked to the README.
- Improved examples.
0.2.1 Bug Fixes #
Release date: 07/07/2025
- Fixed an issue with listener data deserialization causing runtime errors.
0.2.0 Named parameter support #
Release date: 05/07/2025
- Added support for named parameters in custom data classes.
- Fixed instructions to include step to add build_runner as a dependency before running code generation.
- Added license field in pubspec.yaml.
0.1.0 Initial release (Beta) #
Release date: 30/06/2025
- Initial release of Firestorm for Flutter and Dart.
- Supports Firestore and Realtime Database.
- Includes basic functionality for querying, adding, updating, and deleting documents.
- Provides support for custom data classes with code generation.
- Includes comprehensive documentation and examples for getting started.
- Supports both Flutter and plain Dart applications.
- Support for inheritance in custom data classes.
- Support for custom data class serialization and deserialization.
- Includes support for real-time updates, offline persistence, transactions, and batch writes.