sqflite_entities 0.0.3+1 copy "sqflite_entities: ^0.0.3+1" to clipboard
sqflite_entities: ^0.0.3+1 copied to clipboard

ORM approach to work with sqflite packages that would allow you to get some ORM practices out of the box for working with classes in the code

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_entities

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

dependencies:
  sqflite_entities: ^0.0.3+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_entities/sqflite_entities.dart';
9
likes
140
pub points
20%
popularity

Publisher

verified publishertelequiz.online

ORM approach to work with sqflite packages that would allow you to get some ORM practices out of the box for working with classes in the code

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, build_runner, flutter, path, source_gen, sqflite

More

Packages that depend on sqflite_entities