json_serializable_plus 0.0.3 icon indicating copy to clipboard operation
json_serializable_plus: ^0.0.3 copied to clipboard

Automatically generate code for converting json Unified,dependencies json_serializable .Look like Gson

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_serializable_plus

With Flutter:

 $ flutter pub add json_serializable_plus

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

dependencies:
  json_serializable_plus: ^0.0.3

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:json_serializable_plus/json_serializable_plus.dart';
1
likes
100
pub points
4%
popularity

Publisher

verified publisher iconhuangjiaqi.top

Automatically generate code for converting json Unified,dependencies json_serializable .Look like Gson

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

analyzer, build, build_config, dart_style, glob, json_annotation, meta, path, source_gen

More

Packages that depend on json_serializable_plus