model_annotation 0.0.6 copy "model_annotation: ^0.0.6" to clipboard
model_annotation: ^0.0.6 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.6

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
130
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

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

analyzer, build, meta, source_gen

More

Packages that depend on model_annotation