mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-06-05 09:58:16 +08:00
refactor(conflict):
This commit is contained in:
@ -59,6 +59,7 @@ class Provider {
|
||||
//Get a location using getDatabasesPath
|
||||
String databasesPath = await getDatabasesPath();
|
||||
String path = join(databasesPath, 'flutter.db');
|
||||
print(path);
|
||||
try {
|
||||
db = await openDatabase(path);
|
||||
} catch (e) {
|
||||
|
Reference in New Issue
Block a user