firestore_ui 1.10.0 copy "firestore_ui: ^1.10.0" to clipboard
firestore_ui: ^1.10.0 copied to clipboard

outdated

A port of firebase_database's FirebaseAnimatedList

[1.10.0] - 2020-06-15 #

  • BREAKING CHANGE: Changed query parameter from Stream<QuerySnapshot> to the proper cloud_firestore.Query type to add support for didUpdateWidget; 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 change FirestoreList's onDocumentAdded 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 and FirestoreAnimatedStaggered!
  • 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 referenced DocumentSnapshot
  • 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 that DocumentSnapshot
  • 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 the QuerySnapshot 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 #