mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 09:17:35 +00:00
remove unrelated files
This commit is contained in:
parent
2d81a9b89a
commit
e71e8c8350
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,2 @@
|
|||
connection.project.dir=
|
||||
eclipse.preferences.version=1
|
||||
|
||||
eclipse.preferences.version=1
|
|
@ -46,6 +46,7 @@ final RouteObserver<PageRoute> routeObserver = RouteObserver<PageRoute>();
|
|||
Future<void> main() async {
|
||||
try {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
final appDir = await getApplicationDocumentsDirectory();
|
||||
await Hive.close();
|
||||
Hive.init(appDir.path);
|
||||
|
|
Loading…
Reference in a new issue