easyuser 0.0.26 copy "easyuser: ^0.0.26" to clipboard
easyuser: ^0.0.26 copied to clipboard

An easy to use user management package with Firebase as backend.

0.0.26 #

  • Update. icon widget property in AnonymousAvatar.
    • Update. icon widget property in AnonymousAvatar.

0.0.25 #

  • Add. UserChange widget.

0.0.24 #

  • Update. Document update.

0.0.23 #

  • Fix. User.get has replaced with User.getFromFirestore in FirestoreUserDoc.

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