flutter_orm_plugin 1.0.14 copy "flutter_orm_plugin: ^1.0.14" to clipboard
flutter_orm_plugin: ^1.0.14 copied to clipboard

Demonstrates how to use the flutter_orm_plugin plugin. It is base on flutter_luakit_plugin,It provide abundant example such like select update delete join orderby groupby and so on

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_orm_plugin

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

dependencies:
  flutter_orm_plugin: ^1.0.14

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:flutter_orm_plugin/flutter_orm_plugin.dart';
5
likes
20
pub points
12%
popularity

Publisher

unverified uploader

Demonstrates how to use the flutter_orm_plugin plugin. It is base on flutter_luakit_plugin,It provide abundant example such like select update delete join orderby groupby and so on

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_luakit_plugin

More

Packages that depend on flutter_orm_plugin