mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-09-24 15:14:58 +08:00
feat(add 这些组件:1.canvas 2. cricleProgressBarPainter 3.PainterPath 4. PainterSketch): add 这些组件:1.canva
add 这些组件:1.canvas 2. cricleProgressBarPainter 3.PainterPath 4. PainterSketch
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