localpocket 0.3.1
localpocket: ^0.3.1 copied to clipboard
Local-first SQLite database for Dart and Flutter with offline-first storage and eventually-consistent PocketBase synchronization.
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(const LocalPocketPlayground());
}