json_serializable_type_helper_utils 5.1.2 copy "json_serializable_type_helper_utils: ^5.1.2" to clipboard
json_serializable_type_helper_utils: ^5.1.2 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: ^5.1.2

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
110
pub points
5%
popularity

Publisher

verified publisherdemoda.app

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

Repository (GitHub)
View/report issues

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