json_serializable_type_helper_utils 6.0.1 copy "json_serializable_type_helper_utils: ^6.0.1" to clipboard
json_serializable_type_helper_utils: ^6.0.1 copied to clipboard

SDKDart
unlisted

Helper package for adding TypeHelpers to json_serializable. Can be used to add support for container types like collections.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_serializable_type_helper_utils

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

dependencies:
  json_serializable_type_helper_utils: ^6.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_serializable_type_helper_utils/json_serializable_type_helper_utils.dart';
0
likes
150
points
965
downloads

Publisher

verified publisherdemoda.app

Weekly Downloads

Helper package for adding TypeHelpers to json_serializable. Can be used to add support for container types like collections.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, collection, json_serializable, source_gen, source_helper

More

Packages that depend on json_serializable_type_helper_utils