sqflite_gen 0.1.0
sqflite_gen: ^0.1.0 copied to clipboard
Tired of writing boilerplate code for accessing sqlite database using sqflite? This package can help. It has all of the table specific provider and model code generation functionality you have been lo [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqflite_genWith Flutter:
$ flutter pub add sqflite_genThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqflite_gen: ^0.1.0Alternatively, your editor might support dart pub get or 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_gen/sqflite_gen.dart';