sqflite_helper 0.1.1 copy "sqflite_helper: ^0.1.1" to clipboard
sqflite_helper: ^0.1.1 copied to clipboard

A small library containing helpers to manage sqflite in flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_helper

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

dependencies:
  sqflite_helper: ^0.1.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:sqflite_helper/sqflite_helper.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A small library containing helpers to manage sqflite in flutter apps.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, sqflite

More

Packages that depend on sqflite_helper