refactor(authentication): remove cross package export
This commit is contained in:
@@ -19,8 +19,10 @@ import 'dart:async';
|
||||
import 'package:example_router/core/enums/dev_mode.dart';
|
||||
import 'package:example_router/core/flavors/flavor.dart';
|
||||
import 'package:example_router/firebase_options.dart';
|
||||
import 'package:firebase_auth/firebase_auth.dart';
|
||||
import 'package:firebase_core/firebase_core.dart';
|
||||
import 'package:get_it/get_it.dart';
|
||||
import 'package:google_sign_in/google_sign_in.dart';
|
||||
import 'package:wyatt_authentication_bloc/wyatt_authentication_bloc.dart';
|
||||
|
||||
final getIt = GetIt.I;
|
||||
|
||||
@@ -33,6 +33,8 @@ dependencies:
|
||||
go_router: ^5.1.5
|
||||
firebase_core: ^2.1.1
|
||||
flutter_bloc: ^8.1.1
|
||||
firebase_auth: ^4.2.0
|
||||
google_sign_in: ^5.4.2
|
||||
get_it: ^7.2.0
|
||||
|
||||
wyatt_authentication_bloc:
|
||||
|
||||
Reference in New Issue
Block a user