firestore_ui 1.21.0 firestore_ui: ^1.21.0 copied to clipboard
A port of firebase_database's FirebaseAnimatedList that works with cloud_firestore, with additional variants
[1.21.0] - 2021-10-18 #
- Updated
meta
to 1.7.0 - Updated
firebase_core
to 1.7.0 - Updated
firebase_core_platform_interface
to 4.0.1 - Updated
cloud_firestore
to 2.5.3 - Updated
cloud_firestore_platform_interface
to 5.4.1 - Updated
flutter_staggered_grid_view
to 0.4.1 - Updated
collection
to 1.15.0
[1.20.0] - 2021-04-26 #
- Updated to null-safety!
- Updated
firebase_core
to 1.1.0 - Updated
cloud_firestore
to 1.0.7
[1.13.0] - 2021-01-18 #
- Updated
firebase_core
to 0.7.0 - Updated
cloud_firestore
to 0.16.0
[1.12.0] - 2020-11-02 #
- Updated
firebase_core
to 0.5.1 - Updated
cloud_firestore
to 0.14.2 - Updated
dart_sdk
to 2.10+ - Fixed
onError
, now properly shows ifdebug: true
- Fixed
defaultChild
behaviour
[1.11.0] - 2020-08-19 #
- Updated
firebase_core
to 0.5.0 - Updated
cloud_firestore
to 0.14.0
[1.10.0] - 2020-06-15 #
- BREAKING CHANGE: Changed
query
parameter fromStream<QuerySnapshot>
to the propercloud_firestore.Query
type to add support fordidUpdateWidget
; so basically, just remove.snapshots()
. - Updated
firebase_core
to 0.4.5 - Updated
cloud_firestore
to 0.13.6
[1.9.1] - 2020-03-10 #
- Downgraded
firebase_core
to 0.4.4 - Downgraded
cloud_firestore
to 0.13.4 - Those were causing some issues while building, will wait before updating again
[1.9.0] - 2020-03-09 #
- Updated
firebase_core
to 0.4.4+2 - Updated
cloud_firestore
to 0.13.4+1 - Added
linear
parameter to everything available, this will changeFirestoreList
'sonDocumentAdded
call to.add
instead of.insert
, which might help if your query doesn't care about order changes
[1.8.0] - 2020-02-17 #
- Updated
firebase_core
to 0.4.4 - Updated
cloud_firestore
to 0.13.2+1 - Replaces deprecated method calls in the tests
[1.7.2] - 2019-09-05 #
- Added
FirestoreAnimatedGrid
andFirestoreAnimatedStaggered
! - Updated
firebase_core
to 0.4.0+9 - Updated
cloud_firestore
to 0.12.9+3 - Added
flutter_staggered_grid_view
on 0.3.0 - Updated
StaggeredTileBuilder
to also have an instance of the referencedDocumentSnapshot
- Minor changes to
README.md
!
[1.6.0] - 2019-06-04 #
- Updates to the
filter
mechanism, it would hide items due to an index mismanagement - Updated cloud_firestore to 0.12.2
[1.5.0] - 2019-05-09 #
- Added
filter
parameter 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
onLoaded
method for when you need to interact directly with theQuerySnapshot
that 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
setState
calls, should be faster to show values
[1.1.0] - 2019-01-03 #
- Added onLoaded callback to FirestoreList
- Fixed flashing of
emptyChild
when setted - Minor general fixes, better debugging if
debug
is 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