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

CRUD Operations for firestore

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