diff --git a/lib/main.dart b/lib/main.dart index 27cec85..a60a237 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -10,7 +10,7 @@ import 'package:sqflite_common_ffi/sqflite_ffi.dart'; import 'package:path/path.dart'; import 'package:path_provider/path_provider.dart'; -const bool testing = true; +const bool testing = false; void main() { // I see no good explanations of why to use this other package yet, but