slight change on add tim survei to add relation with caleg

This commit is contained in:
kicap
2023-11-04 03:53:41 +08:00
parent 85be29e7ce
commit 283f793d29
15 changed files with 262 additions and 78 deletions

View File

@ -1,3 +1,4 @@
import 'package:cek_suara/ui/views/admin_index_tracking/halaman_caleg/coba_bottom_sheet/coba_bottom_sheet_view.dart';
import 'package:stacked_services/stacked_services.dart';
import 'package:stacked/stacked_annotations.dart';
@ -46,6 +47,9 @@ import '../ui/views/splash_screen/splash_screen_view.dart';
StackedDialog(classType: TambahEditCalegView),
StackedDialog(classType: TambahDetailTimSurveiView)
],
bottomsheets: [
StackedBottomsheet(classType: CobaBottomSheetView),
],
dependencies: [
LazySingleton(classType: NavigationService),
LazySingleton(classType: DialogService),