support bang additional triggers

This commit is contained in:
Fabian Freund
2025-09-30 10:59:39 +02:00
parent d278145c5b
commit 7c4662a7be
13 changed files with 1188 additions and 104 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ BangDatabase bangDatabase(Ref ref) {
// put the database file, called db.sqlite here, into the documents folder
// for your app.
final dbFolder = await path_provider.getApplicationDocumentsDirectory();
final file = File(p.join(dbFolder.path, 'bang2.db'));
final file = File(p.join(dbFolder.path, 'bang3.db'));
// Also work around limitations on old Android versions
if (Platform.isAndroid) {