easy_auth 0.1.0
easy_auth: ^0.1.0 copied to clipboard
Widgets and classes that make it easy to add authentication to any Flutter app
0.1.0 #
Initial version of the library.
Includes:
- Widgets for easy integration of an authentication service, like
AuthenticationBaseApp - Abstract classes like
AuthenticationRepositoryand example implementations likeBasicFirebaseAuth - A plug-and-play mechanic for authentication providers, including some commonly used ones like
EmailPasswordAuthandGoogleAuth