File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ import 'package:dipantau_desktop_client/feature/presentation/bloc/project/projec
4444import 'package:dipantau_desktop_client/feature/presentation/bloc/report_screenshot/report_screenshot_bloc.dart' ;
4545import 'package:dipantau_desktop_client/feature/presentation/bloc/setting/setting_bloc.dart' ;
4646import 'package:dipantau_desktop_client/feature/presentation/bloc/sign_up/sign_up_bloc.dart' ;
47+ import 'package:dipantau_desktop_client/feature/presentation/bloc/sync_manual/sync_manual_bloc.dart' ;
4748import 'package:dipantau_desktop_client/feature/presentation/bloc/tracking/tracking_bloc.dart' ;
4849import 'package:dipantau_desktop_client/feature/presentation/bloc/user_profile/user_profile_bloc.dart' ;
4950import 'package:floor/floor.dart' ;
@@ -118,6 +119,12 @@ void init() {
118119 updateUser: sl (),
119120 ),
120121 );
122+ sl.registerFactory (
123+ () => SyncManualBloc (
124+ helper: sl (),
125+ bulkCreateTrackData: sl (),
126+ ),
127+ );
121128
122129 // use case
123130 sl.registerLazySingleton (() => GetProject (repository: sl ()));
You can’t perform that action at this time.
0 commit comments