finish caleg, area and tim survei page
This commit is contained in:
@ -15,6 +15,7 @@ import 'package:stacked_shared/stacked_shared.dart';
|
||||
import '../services/global_var.dart';
|
||||
import '../services/http_services.dart';
|
||||
import '../services/my_easyloading.dart';
|
||||
import '../services/other_function.dart';
|
||||
|
||||
final locator = StackedLocator.instance;
|
||||
|
||||
@ -34,4 +35,5 @@ Future<void> setupLocator({
|
||||
locator.registerLazySingleton(() => MyEasyLoading());
|
||||
locator.registerLazySingleton(() => MyHttpServices());
|
||||
locator.registerLazySingleton(() => GlobalVar());
|
||||
locator.registerLazySingleton(() => MyFunction());
|
||||
}
|
||||
|
Reference in New Issue
Block a user