sqflite_helper_new 1.0.0 copy "sqflite_helper_new: ^1.0.0" to clipboard
sqflite_helper_new: ^1.0.0 copied to clipboard

The sqflite_helper package provides a helper class for sqflite, which is a Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine, and can be used to persist data [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_helper_new

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

dependencies:
  sqflite_helper_new: ^1.0.0

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_new/sqflite_helper_new.dart';
3
likes
120
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The sqflite_helper package provides a helper class for sqflite, which is a Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine, and can be used to persist data in Flutter apps, in a very easy and friendly way.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, sqflite, sqflite_common_ffi

More

Packages that depend on sqflite_helper_new