refactor(authentication): update deps and re-export them

This commit is contained in:
Hugo Pointcheval 2022-12-12 23:14:55 -05:00
parent 37e00fe9c4
commit 94d573a584
Signed by: hugo
GPG Key ID: A9E8E9615379254F
2 changed files with 7 additions and 10 deletions

View File

@ -17,4 +17,7 @@
/// An authentication library for BLoC.
library wyatt_authentication_bloc;
export 'package:firebase_auth/firebase_auth.dart';
export 'package:google_sign_in/google_sign_in.dart';
export 'src/src.dart';

View File

@ -10,17 +10,12 @@ environment:
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter: { sdk: flutter }
crypto: ^3.0.2
flutter_bloc: ^8.1.1
equatable: ^2.0.5
firebase_auth: ^4.1.1
google_sign_in: ^5.3.0
flutter_facebook_auth: ^4.3.0
sign_in_with_apple: ^3.3.0
twitter_login: ^4.2.3
firebase_auth: ^4.2.0
google_sign_in: ^5.4.2
rxdart: ^0.27.7
wyatt_form_bloc:
@ -36,8 +31,7 @@ dependencies:
version: ^0.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_test: { sdk: flutter }
bloc_test: ^9.1.0
mocktail: ^0.3.0