easy_auth 0.1.4 copy "easy_auth: ^0.1.4" to clipboard
easy_auth: ^0.1.4 copied to clipboard

outdated

Widgets and classes that make it easy to add authentication to any Flutter app

0.1.4 #

Formatted files with dartfmt -w .

0.1.3 #

Fix type references across the code base, thus allowing for more custom user types extends EquatableUser.

0.1.2 #

Fix missing event propagation when listening to AuthenticationRepository.user Stream<T>.

0.1.1 #

Moved AuthenticationRepository.currentUser to EasyAuthBloc.currentUser, not a breaking change, but fixes the unreliability of the previous architecture.

0.1.0 #

Initial version of the library.

Includes:

  • Widgets for easy integration of an authentication service, like AuthenticationBaseApp
  • Abstract classes like AuthenticationRepository and example implementations like BasicFirebaseAuth
  • A plug-and-play mechanic for authentication providers, including some commonly used ones like EmailPasswordAuth and GoogleAuth
12
likes
80
pub points
0%
popularity

Publisher

unverified uploader

Widgets and classes that make it easy to add authentication to any Flutter app

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

another_flushbar, bloc, cloud_firestore, equatable, firebase_auth, firebase_core, flutter, flutter_bloc, rxdart, very_good_analysis

More

Packages that depend on easy_auth