fix: Increment on sqlite level to hopefully fix "race conditions"

This commit is contained in:
2026-03-08 13:49:50 +01:00
parent 7c4e23e32c
commit 4c5fa10ffd
18 changed files with 697 additions and 119 deletions

View File

@@ -0,0 +1,15 @@
//
// Generated file. Do not edit.
//
// clang-format off
#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_
#include <flutter_linux/flutter_linux.h>
// Registers Flutter plugins.
void fl_register_plugins(FlPluginRegistry* registry);
#endif // GENERATED_PLUGIN_REGISTRANT_