m7db 0.0.9+1
m7db: ^0.0.9+1 copied to clipboard
A Simple Dart Package that helps to deal with sqflite in simple way using dao's way to gives fast development for users
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add m7dbThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
m7db: ^0.0.9+1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:m7db/m7db.dart';