sup_gen_model 1.5.0 copy "sup_gen_model: ^1.5.0" to clipboard
sup_gen_model: ^1.5.0 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.5.0

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/objects/enum_model.dart';
import 'package:sup_gen_model/objects/table_model.dart';
import 'package:sup_gen_model/pubspec/pubspec.dart';
import 'package:sup_gen_model/pubspec/pubspec.g.dart';
1
likes
105
points
101
downloads

Publisher

unverified uploader

Weekly Downloads

Package contains model for sup_gen_runner and sup_gen_sqler

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, json_annotation, source_gen

More

Packages that depend on sup_gen_model