chore: Update flutter version to 3.32.8

This commit is contained in:
PartyDonut 2025-07-27 13:48:32 +02:00
parent 3cbcecd692
commit 54767e97fd
6 changed files with 74 additions and 74 deletions

View file

@ -20,7 +20,7 @@ Future<void> isarMigration(Ref ref, AppDatabase db, String savePath) async {
//Return if the database is already migrated or not empty
final isNotEmtpy = await db.select(db.databaseItems).get().then((value) => value.isNotEmpty);
if (isNotEmtpy) {
log('Isar database is not empty, skipping migration');
log('Drift database is not empty, skipping migration');
return;
}