model_factory 4.8.0 copy "model_factory: ^4.8.0" to clipboard
model_factory: ^4.8.0 copied to clipboard

Generate model boiler plate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add model_factory

With Flutter:

 $ flutter pub add model_factory

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

dependencies:
  model_factory: ^4.8.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:model_factory/model_factory.dart';
2
likes
125
points
577
downloads

Publisher

verified publishermaseka.dev

Weekly Downloads

Generate model boiler plate

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

get_it

More

Packages that depend on model_factory