mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 01:35:23 +00:00
curtain changes
This commit is contained in:
@ -7,9 +7,7 @@ import 'package:syncrow_app/firebase_options.dart';
|
|||||||
import 'package:syncrow_app/services/locator.dart';
|
import 'package:syncrow_app/services/locator.dart';
|
||||||
import 'package:syncrow_app/utils/bloc_observer.dart';
|
import 'package:syncrow_app/utils/bloc_observer.dart';
|
||||||
import 'package:syncrow_app/utils/helpers/localization_helpers.dart';
|
import 'package:syncrow_app/utils/helpers/localization_helpers.dart';
|
||||||
|
|
||||||
import 'my_app.dart';
|
import 'my_app.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
//to observe the state of the blocs in the output console
|
//to observe the state of the blocs in the output console
|
||||||
Bloc.observer = MyBlocObserver();
|
Bloc.observer = MyBlocObserver();
|
||||||
|
Reference in New Issue
Block a user