basic_sqflite_entity_framework 0.0.1 copy "basic_sqflite_entity_framework: ^0.0.1" to clipboard
basic_sqflite_entity_framework: ^0.0.1 copied to clipboard

flutter basic sqflite entity framework.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add basic_sqflite_entity_framework

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

dependencies:
  basic_sqflite_entity_framework: ^0.0.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:basic_sqflite_entity_framework/DbUtils.dart';
import 'package:basic_sqflite_entity_framework/ForeignKeyField.dart';
import 'package:basic_sqflite_entity_framework/ForeignKeyTypes.dart';
import 'package:basic_sqflite_entity_framework/TableColumn.dart';
import 'package:basic_sqflite_entity_framework/TableColumnTypes.dart';
import 'package:basic_sqflite_entity_framework/TableModel.dart';
import 'package:basic_sqflite_entity_framework/TableSchema.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

flutter basic sqflite entity framework.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path, sqflite

More

Packages that depend on basic_sqflite_entity_framework