codelessly_json_annotation 4.9.0+2 copy "codelessly_json_annotation: ^4.9.0+2" to clipboard
codelessly_json_annotation: ^4.9.0+2 copied to clipboard

Classes and helper functions that support JSON code generation via the `json_serializable` package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add codelessly_json_annotation

With Flutter:

 $ flutter pub add codelessly_json_annotation

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

dependencies:
  codelessly_json_annotation: ^4.9.0+2

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:codelessly_json_annotation/codelessly_json_annotation.dart';
0
likes
150
pub points
69%
popularity

Publisher

verified publishercodelessly.com

Classes and helper functions that support JSON code generation via the `json_serializable` package.

Repository (GitHub)
View/report issues

Topics

#json #build-runner #json-serializable #codegen

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, meta

More

Packages that depend on codelessly_json_annotation