fire_crud 1.1.7 copy "fire_crud: ^1.1.7" to clipboard
fire_crud: ^1.1.7 copied to clipboard

CRUD Operations for firestore

1.1.7 #

  • Logging for collection viewers
  • Dump cache on size changes

1.1.6 #

  • Fix collection viewers not updating when becoming empty

1.1.5 #

  • Attempt to fix collection viewers not updating when already empty
  • Added FireSliverList

1.1.4 #

  • Fire Grids fixed

1.1.3 #

  • Fire Grids

1.1.2 #

  • Empty widget for FireLists
  • Blank object getter in crud (define emptyObject to use)

1.1.1 #

  • Remove logging calls in fire lists

1.1.0 #

  • Fire Lists

1.0.2 #

  • Add transactions with txn("doc", (T in) => T out)
  • Add getCached("doc") which tries to read the cache before the server

1.0.1 #

  • Create stream builders

1.0.0 #

  • Initial Release