firestorm 0.2.4 copy "firestorm: ^0.2.4" to clipboard
firestorm: ^0.2.4 copied to clipboard

A data access API and ODM tool for Firebase's Firestore and Realtime Database

0.2.4 Bug Fixes and Improvements #

Release date: ?

  • Fixed issue with extension_generator which prevented fields not in the constructor from being serialized/deserialized.

0.2.3 Various updates #

Release date: 16/07/2025

  • Upgraded analyzer to version 7.3.0 to resolve static analysis issues.
  • Adjusted README for Flutter only.

0.2.2 Various updates #

Release date: 15/07/2025

  • Switched to logger for debug prints rather than colorful_text.
  • Downgraded analyzer to 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.
2
likes
140
points
64
downloads

Publisher

verified publisherraylabz.com

Weekly Downloads

A data access API and ODM tool for Firebase's Firestore and Realtime Database

Homepage
Repository (GitHub)
View/report issues

Topics

#firebase #orm #odm #firestore #database

Documentation

Documentation
API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

Apache-2.0 (license)

Dependencies

analyzer, build, cloud_firestore, firebase_core, firebase_database, flutter, glob, logger, source_gen, uuid

More

Packages that depend on firestorm