firestore_model 1.0.0
firestore_model: ^1.0.0 copied to clipboard
Firestore Model easy to use firestore collections by model data
1.0.0 #
- upgrade dependencies
1.0.0-beta-1 #
- release first beta
- upgrade flutter and dart code
0.9.10 #
- modify Firebase Options to initialize the Firebase app
0.9.9 #
- upgrade dependencies
0.9.8 #
- upgrade dependencies
0.9.7 #
- upgrade dependencies
- fix
paginationload more:not work
0.9.5 #
- modify
bulkUpdate&&bulkDelete - modify batch to
bulkUpdate&&bulkDelete - modify
ModelGetRefreshBuilder&&ModelSingleRefreshBuilder
0.9.0 #
- modify
createmethod return model after create. - change beaver
savemethod to create or update. - add
initialDatatobuilders: - add listeners to
builders:- onLoading.
- onChange.
- onSuccess.
- onError.
- onEmpty.
- plural collection name by model name.
0.8.1 #
- fix
createdAt&&updatedAtreturn null.
0.8.0 #
- modify support
subCollectionsby parent model - modify
builderssupportsubCollectionsbyparentModel - update documentation
0.7.0 #
- add
FieldValuefields options:increment: increment field valuedecrement: decrement field valuearrayUnion: union elements to arrayarrayRemove: remove elements from arrayremove: remove field from document
0.6.0 #
- modify
pathdocument in firestore database - modify
withTimestampsthis addcreatedAt&updatedAtto track document
0.5.0 #
- modify widgets builders:
ModelSingleBuilder: getfirstorfindby docId.ModelGetBuilder: get documents with anyqueryModelStreamGetBuilder: streamgetdocuments with anyqueryModelStreamSingleBuilder: streamfirstorfindby docId.
- fix read first document for
firstandfind.
0.4.0 #
- modify
find&&firstto add document id to current model. - modify documents in code.
0.2.0 #
- update documentations.
0.1.0 #
- initial release.