[skip ci] remove unrelated files
Godwin Asuquo committed
Jan 18, 2023 at 17:11 UTC
fa16d5e278e273cc816d2dd97459fc277a1f88b4
1 file changed
+1
-1
lib/main.dart
+1
-1
@@ -46,7 +46,7 @@ final RouteObserver<PageRoute> routeObserver = RouteObserver<PageRoute>();
46
Future<void> main() async {
47
try {
48
WidgetsFlutterBinding.ensureInitialized();
49
-
49
+
50
final appDir = await getApplicationDocumentsDirectory();
51
await Hive.close();
52
Hive.init(appDir.path);