codelessly_json_annotation 4.9.0+3 copy "codelessly_json_annotation: ^4.9.0+3" to clipboard
codelessly_json_annotation: ^4.9.0+3 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
copied to clipboard

With Flutter:

 $ flutter pub add codelessly_json_annotation
copied to clipboard

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+3
copied to clipboard

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';
copied to clipboard
0
likes
150
points
34
downloads

Publisher

verified publishercodelessly.com

Weekly Downloads

2024.09.27 - 2025.04.11

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

Repository (GitHub)

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