m7db 0.0.8+5 copy "m7db: ^0.0.8+5" to clipboard
m7db: ^0.0.8+5 copied to clipboard

outdated

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.8+5

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
0
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

License

unknown (LICENSE)

Dependencies

flutter, sqflite

More

Packages that depend on m7db