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

Library used to generate code snippets for data extraction and conversion between Model and Entity

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add model_annotation

With Flutter:

 $ flutter pub add model_annotation

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

dependencies:
  model_annotation: ^0.0.1

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_annotation/model_annotation.dart';
1
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Library used to generate code snippets for data extraction and conversion between Model and Entity

Repository (GitHub)
View/report issues

Topics

#json #generation #annotation #model

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

analyzer, build, flutter, meta, source_gen

More

Packages that depend on model_annotation