sup_gen_model 1.0.3 sup_gen_model: ^1.0.3 copied to clipboard
Package contains model for sup_gen_runner and sup_gen_sqler
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sup_gen_model
With Flutter:
$ flutter pub add sup_gen_model
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
sup_gen_model: ^1.0.3
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sup_gen_model/database_option.dart';
import 'package:sup_gen_model/extensions/string_extension.dart';
import 'package:sup_gen_model/main.dart';
import 'package:sup_gen_model/pubspec/pubspec.dart';
import 'package:sup_gen_model/pubspec/pubspec.g.dart';
import 'package:sup_gen_model/table/extension.dart';
import 'package:sup_gen_model/table/table_model.dart';