Skip to content

Instantly share code, notes, and snippets.

@nbnD
Created June 30, 2022 09:35
Show Gist options
  • Save nbnD/448e10f9b1a456f65b3e837dee13fae1 to your computer and use it in GitHub Desktop.
Save nbnD/448e10f9b1a456f65b3e837dee13fae1 to your computer and use it in GitHub Desktop.
Read items
static Future<List<Map<String, dynamic>>> getItems() async {
final db = await DatabaseHelper.db();
return db.query('items', orderBy: "id");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment