mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
checkpoint
This commit is contained in:
@@ -21,8 +21,7 @@ import 'package:window_manager/window_manager.dart';
|
||||
final GlobalKey appKey = GlobalKey();
|
||||
|
||||
void main() async {
|
||||
await Directory(safeBinariesDirectory)
|
||||
.create(recursive: true);
|
||||
await safeBinariesDirectory.create(recursive: true);
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
await SystemTheme.accentColor.load();
|
||||
await GetStorage.init("game");
|
||||
|
||||
Reference in New Issue
Block a user