firefuel 0.2.2 firefuel: ^0.2.2 copied to clipboard
A Firebase Cloud Firestore library to fuel your application's growth!
0.2.2 #
- chore: bump versions to align with latest cloud_firestore
0.2.1 #
- fix: stack trace to show caught stack instead of creating a new one inside of the catch block
0.2.0 #
BREAKING chore: Upgrade Dependencies
- cloud_firestore v3.1.1:
- BREAKING FEAT: update Android minSdk version to 19 as this is required by Firebase Android SDK 29.0.0 (#7298).
0.1.1 #
feat: add web support
- replace dart:io with universal_io
0.1.0+1 #
docs: update readme
0.1.0 #
feat: Batches, filtering, and auto-gen docs!
- add ability to create batches with
FirefuelBatch
(#45) - add
whereById
toFirefuelCollection
(#48) - add
generateDocId
toFirefuelCollection
(#47)
0.0.2+2 #
docs(fix): fix broken code in readme
- update code example for model
0.0.2+1 #
docs: update readme
- add code example of creating a model and collection
0.0.2 #
docs: update package links in pubspec
- add homepage link
- change repository link to direcly link to package
- add documentation link
0.0.1 #
initial release