m7db 0.0.9+1 copy "m7db: ^0.0.9+1" to clipboard
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 m7db

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  m7db: ^0.0.9+1

Alternatively, 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';
4
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A Simple Dart Package that helps to deal with sqflite in simple way using dao's way to gives fast development for users

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, sqflite

More

Packages that depend on m7db