File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ class ProcessFileExtractorProgress extends ProcessEvent {
5252 final String progress;
5353
5454 const ProcessFileExtractorProgress (this .progress);
55-
5655}
5756
5857class ProcessFileComplete extends ProcessEvent {
Original file line number Diff line number Diff line change 11// Logs events and states during transition, needs some improvement to reduce spam
22// @override
33// String toString() => 'Event { prop: prop }';
4+
45import 'package:bloc/bloc.dart' ;
56
67class SimpleBlocObserver extends BlocObserver {
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import 'package:ccxgui/bloc/updater_bloc/updater_bloc.dart';
1212import 'package:ccxgui/repositories/settings_repository.dart' ;
1313import 'package:ccxgui/screens/home.dart' ;
1414import 'package:ccxgui/utils/constants.dart' ;
15-
1615import 'bloc_observer.dart' ;
1716
1817void main () async {
You can’t perform that action at this time.
0 commit comments