easyuser 0.0.36 easyuser: ^0.0.36 copied to clipboard
An easy to use user management package with Firebase as backend.
0.0.36 #
- Updated Value Widget. Logic was corrected for onLoading Widget.
- Display name: When empty, it will show "No name".
0.0.35 #
- Fix. UserAvatar.
0.0.34 #
- Update. The uid can be null in
UserAvatar.fromUid(uid: ...)
. - Update. Remove
buildAnonymouos
fromUserAvatar
.
0.0.33 #
- Fix. User model is nullable on the callback of
UserModel
.
0.0.32 #
- Fix. User model is nullable on the callback of
UserModel
.
0.0.31 #
- Bump
0.0.30 #
- Update.
UserDoc
is replaced withUserField
. - Add.
UserModel
.
0.0.29 #
- Update.
initailData
is added toUserDoc.fromUid
.
0.0.28 #
- Update.
onTap
is added toUserAvatar
. - Update.
initailData
is added toUserDoc
.
0.0.27 #
- Update. Add more fields on
User.field
- Refactor. Move from Firestore to Realtime database.
0.0.26 #
- Update.
icon
widget property inAnonymousAvatar
. - Update.
icon
widget property inAnonymousAvatar
.
0.0.25 #
- Add.
UserChange
widget.
0.0.24 #
- Update. Document update.
0.0.23 #
- Fix.
User.get
has replaced withUser.getFromFirestore
inFirestoreUserDoc
.
0.0.22 #
- Update. Using Realtime Database as second data source. User data is mirrored to Realtime Database and easyuser package is getting data from Realtime database.
- Add. FirestoreUserDoc is added to get data from Firestore.
- Add. User.getFromFirestore is added to get data from Firestore.
0.0.21 #
- Add. Mirroring Firestore to Realtime Database and use for simple list and search. RTDB is more cost-efficient and load data faster.
0.0.20 #
- Update. phone number is recorded when the user signed in with phone number.
0.0.19 #
- Update. rxdart: ^0.28.0
0.0.18 #
- Fix. Flickering on AuthStateChange
0.0.17 #
- Update. Submit by entering the input box on search user dialog.
0.0.16 #
- Update. User search dialog height size: min-height is now equal to max-height.
0.0.15 #
- Add. user blocking/un-blocking
0.0.14 #
- Add. myUid
0.0.13 #
- Fix. missing paths.
0.0.12 #
- Change. hide UserBuildAvartar
0.0.11 #
- Add.
UserAvatar.fromUid
0.0.10 #
- Add.
UserService.instance.registered
0.0.9 #
- Add. MyDocReady
0.0.8 #
- Change.
my
is not nullable.
0.0.7 #
- Change. anonymous sign in is truned off.
- Update. document.
0.0.6 #
- Update. collection name is customizable.
0.0.5 #
- Add. example app
0.0.4 #
- Add. basic scaffold