[Go to site: main page, start]

sqflite 2.4.4 copy "sqflite: ^2.4.4" to clipboard
sqflite: ^2.4.4 copied to clipboard

Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.

example/lib/main.dart

import 'package:sqflite_example_common/main.dart';

Future<void> main() async {
  supportsCompatMode = true;
  mainExampleApp();
}