Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			- wyatt_analysis@2.4.0
Flutter - Authentication BLoC
Authentication Bloc for Flutter.
Features
- Wyatt Architecture
- Entities:
- Account : AccountModel -> Contains account information from provider
- AccountWrapper : AccountWrapperModel -> Contains account and extra data.
 
- Data Sources:
- Local:
- Cached Authentication Data : AuthenticationCacheDataSourceImpl -> Provides a cache implementation
 
- Remote:
- Remote Authentication Data : AuthenticationFirebaseDataSourceImpl -> Provides a proxy to FirebaseAuth
 
 
- Local:
- Repositories:
- AuthenticationRepository : AuthenticationRepositoryImpl -> Provides all authentication methods
 
- Features:
- Authentication:
- AuthenticationBuilder : widget to build reactive view from authentication state
- AuthenticationCubit : tracks every auth changes, have sign out capability.
 
- SignUp:
- SignUpCubit: implementation of a FormDataCubit from wyatt_form_blocfor the sign up
 
- SignUpCubit: implementation of a FormDataCubit from 
- SignIn:
- SignUpCubit: implementation of a FormDataCubit from wyatt_form_blocfor the sign in
 
- SignUpCubit: implementation of a FormDataCubit from 
 
- Authentication:
- Consistent
- Every class have same naming convention
 
- Tested
Getting started
Simply add wyatt_authentication_bloc in pubspec.yaml, then
import 'package:wyatt_authentication_bloc/wyatt_authentication_bloc.dart';
Usage
// TODO