litebase 1.0.1
litebase: ^1.0.1 copied to clipboard
A lightweight SQLite database wrapper for Flutter based on sqflite, supporting both app-level and user-level databases with DAO patterns.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add litebaseWith Flutter:
$ flutter pub add litebaseThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
litebase: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:litebase/litebase.dart';