Semi Final 7th Aug 2024
This commit is contained in:
@ -11,6 +11,7 @@ import 'package:geolocator/geolocator.dart';
|
||||
import 'package:get/get.dart';
|
||||
//import 'package:vm_service/vm_service.dart';
|
||||
//import 'package:dart_vm_info/dart_vm_info.dart';
|
||||
import 'package:timezone/data/latest.dart' as tz;
|
||||
|
||||
import 'package:rogapp/pages/settings/settings_controller.dart';
|
||||
|
||||
@ -152,6 +153,8 @@ void main() async {
|
||||
*/
|
||||
|
||||
try {
|
||||
tz.initializeTimeZones();
|
||||
|
||||
// ApiServiceを初期化
|
||||
//await Get.putAsync(() => ApiService().init());
|
||||
await initServices();
|
||||
|
||||
Reference in New Issue
Block a user