database work in progress

This commit is contained in:
grata
2023-09-29 11:49:21 +02:00
parent b75903e3cb
commit 34a73c62f7
4 changed files with 338 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ class Note{
}
static Note fromJson(Map<String, dynamic> data) => Note(
data['id'],
data['id'].toString(),
data['title'],
data['creationDate'],
data['lastModificationDate'],