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

This is an ORM package of secondary encapsulation sqflite, which provides the convenience of rapid development

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_orm

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

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

Publisher

unverified uploader

This is an ORM package of secondary encapsulation sqflite, which provides the convenience of rapid development

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, build, build_config, flutter, mustache4dart, path, source_gen, sqflite

More

Packages that depend on fast_orm