Aggiornamento note e pulsanti.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import 'package:path/path.dart';
|
||||
import 'package:progetto_m335_flutter/model/note.dart';
|
||||
import 'package:sqflite/sqflite.dart';
|
||||
|
||||
class Database{
|
||||
static final Database _instance = Database._init();
|
||||
@@ -22,9 +24,10 @@ class Database{
|
||||
|
||||
)
|
||||
''');
|
||||
|
||||
}
|
||||
|
||||
execute(String s) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user