multiple selection of listitems
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||
import 'package:supabase_flutter/supabase_flutter.dart';
|
||||
import '../models/checklist.dart';
|
||||
@@ -93,7 +94,9 @@ class DbHelper {
|
||||
}
|
||||
await _client.from(itemsTableName).upsert(upsertMap);
|
||||
} catch (e) {
|
||||
print(e);
|
||||
if (kDebugMode) {
|
||||
print(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user