sqlitenow_oversqlite 0.9.0
sqlitenow_oversqlite: ^0.9.0 copied to clipboard
Dart Oversqlite sync runtime for SQLiteNow generated sync metadata.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqlitenow_oversqliteWith Flutter:
$ flutter pub add sqlitenow_oversqliteThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlitenow_oversqlite: ^0.9.0Alternatively, 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:sqlitenow_oversqlite/sqlitenow_oversqlite.dart';