- Updated Dart SDK to 3.0
- Updated Flutter to 3.22
- Updated
firebase_core
to 3.1.0 - Updated
firebase_core_platform_interface
to 5.1.0 - Updated
cloud_firestore
to 5.0.1 - Updated
cloud_firestore_platform_interface
to 6.2.7
- Fixed dependency conflicts with flutter/material after 3.7
- Updated
firebase_core
to 2.4.1 - Updated
firebase_core_platform_interface
to 4.5.2 - Updated
cloud_firestore
to 4.3.1 - Updated
cloud_firestore_platform_interface
to 5.10.1
- Updated
firebase_core
to 1.20.0 - Updated
firebase_core_platform_interface
to 4.5.0 - Updated
cloud_firestore
to 3.4.2 - Updated
cloud_firestore_platform_interface
to 5.7.0 - Updated
collection
to 1.16.0
- Updated
firebase_core
to 1.13.1 - Updated
firebase_core_platform_interface
to 4.2.5 - Updated
cloud_firestore
to 3.1.10 - Updated
cloud_firestore_platform_interface
to 5.5.1 - Added
<T>
generics support for everything
- Updated
firebase_core
to 1.10.0 - Updated
firebase_core_platform_interface
to 4.1.0 - Updated
cloud_firestore
to 3.1.0 - Updated
cloud_firestore_platform_interface
to 5.4.5
- 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
- Updated to null-safety!
- Updated
firebase_core
to 1.1.0 - Updated
cloud_firestore
to 1.0.7
- Updated
firebase_core
to 0.7.0 - Updated
cloud_firestore
to 0.16.0
- 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
- Updated
firebase_core
to 0.5.0 - Updated
cloud_firestore
to 0.14.0
- 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
- 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
- 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
- Updated
firebase_core
to 0.4.4 - Updated
cloud_firestore
to 0.13.2+1 - Replaces deprecated method calls in the tests
- 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
!
- Updates to the
filter
mechanism, it would hide items due to an index mismanagement - Updated cloud_firestore to 0.12.2
- Added
filter
parameter that takes out data if it returns true for thatDocumentSnapshot
- Updated cloud_firestore to 0.12.0
- Changed dependency requirements
- 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
- Bump cloud_firestore dependency version to 0.9.0
- Updated
setState
calls, should be faster to show values
- Added onLoaded callback to FirestoreList
- Fixed flashing of
emptyChild
when setted - Minor general fixes, better debugging if
debug
is set true
- Fixed some errors on the README and package description
- Initial release, coming from cloud_firestore's pull request #757