sqflite_helper_new 1.0.0
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_newThis 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.0Alternatively, 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';