firestore_ui 1.22.0
firestore_ui: ^1.22.0 copied to clipboard
A port of firebase_database's FirebaseAnimatedList that works with cloud_firestore, with additional variants
1.22.0 - 2021-11-15 #
- Updated
firebase_coreto 1.10.0 - Updated
firebase_core_platform_interfaceto 4.1.0 - Updated
cloud_firestoreto 3.1.0 - Updated
cloud_firestore_platform_interfaceto 5.4.5
1.21.0 - 2021-10-18 #
- Updated
metato 1.7.0 - Updated
firebase_coreto 1.7.0 - Updated
firebase_core_platform_interfaceto 4.0.1 - Updated
cloud_firestoreto 2.5.3 - Updated
cloud_firestore_platform_interfaceto 5.4.1 - Updated
flutter_staggered_grid_viewto 0.4.1 - Updated
collectionto 1.15.0
1.20.0 - 2021-04-26 #
- Updated to null-safety!
- Updated
firebase_coreto 1.1.0 - Updated
cloud_firestoreto 1.0.7
1.13.0 - 2021-01-18 #
- Updated
firebase_coreto 0.7.0 - Updated
cloud_firestoreto 0.16.0
1.12.0 - 2020-11-02 #
- Updated
firebase_coreto 0.5.1 - Updated
cloud_firestoreto 0.14.2 - Updated
dart_sdkto 2.10+ - Fixed
onError, now properly shows ifdebug: true - Fixed
defaultChildbehaviour
1.11.0 - 2020-08-19 #
- Updated
firebase_coreto 0.5.0 - Updated
cloud_firestoreto 0.14.0
1.10.0 - 2020-06-15 #
- BREAKING CHANGE: Changed
queryparameter fromStream<QuerySnapshot>to the propercloud_firestore.Querytype to add support fordidUpdateWidget; so basically, just remove.snapshots(). - Updated
firebase_coreto 0.4.5 - Updated
cloud_firestoreto 0.13.6
1.9.1 - 2020-03-10 #
- Downgraded
firebase_coreto 0.4.4 - Downgraded
cloud_firestoreto 0.13.4 - Those were causing some issues while building, will wait before updating again
1.9.0 - 2020-03-09 #
- Updated
firebase_coreto 0.4.4+2 - Updated
cloud_firestoreto 0.13.4+1 - Added
linearparameter to everything available, this will changeFirestoreList'sonDocumentAddedcall to.addinstead of.insert, which might help if your query doesn't care about order changes
1.8.0 - 2020-02-17 #
- Updated
firebase_coreto 0.4.4 - Updated
cloud_firestoreto 0.13.2+1 - Replaces deprecated method calls in the tests
1.7.2 - 2019-09-05 #
- Added
FirestoreAnimatedGridandFirestoreAnimatedStaggered! - Updated
firebase_coreto 0.4.0+9 - Updated
cloud_firestoreto 0.12.9+3 - Added
flutter_staggered_grid_viewon 0.3.0 - Updated
StaggeredTileBuilderto also have an instance of the referencedDocumentSnapshot - Minor changes to
README.md!
1.6.0 - 2019-06-04 #
- Updates to the
filtermechanism, it would hide items due to an index mismanagement - Updated cloud_firestore to 0.12.2
1.5.0 - 2019-05-09 #
- Added
filterparameter that takes out data if it returns true for thatDocumentSnapshot - Updated cloud_firestore to 0.12.0
1.4.0 - 2019-05-09 #
- Changed dependency requirements
1.3.0 - 2019-04-30 #
- Added
onLoadedmethod for when you need to interact directly with theQuerySnapshotthat came from the stream - Bump cloud_firestore dependency version to 0.10.0
1.2.0 - 2019-02-08 #
- Bump cloud_firestore dependency version to 0.9.0
1.1.1 - 2019-01-14 #
- Updated
setStatecalls, should be faster to show values
1.1.0 - 2019-01-03 #
- Added onLoaded callback to FirestoreList
- Fixed flashing of
emptyChildwhen setted - Minor general fixes, better debugging if
debugis set true
1.0.1 - 2018-10-09 #
- Fixed some errors on the README and package description
1.0.0 - 2018-10-09 #
- Initial release, coming from cloud_firestore's pull request #757