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