model 0.1.3-nullsafety.1 copy "model: ^0.1.3-nullsafety.1" to clipboard
model: ^0.1.3-nullsafety.1 copied to clipboard

outdated

Manage database easier. Use models to represent rows of database. Create database structure using object-oriented dart and leave all SQL strings hidden.

model #

Create models of database tables.

Getting Started #

In your flutter project add the dependency:

dependencies:
  ...
  model: ^0.1.3.nullsafety.1

For help to get started with Flutter, view the online documentation.

Usage example #

Import model.dart

import 'package:model/model.dart';
0
likes
0
pub points
68%
popularity

Publisher

unverified uploader

Manage database easier. Use models to represent rows of database. Create database structure using object-oriented dart and leave all SQL strings hidden.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path, sqflite

More

Packages that depend on model