json2dart_safe 1.0.0+1 copy "json2dart_safe: ^1.0.0+1" to clipboard
json2dart_safe: ^1.0.0+1 copied to clipboard

outdated

A plugin to generated json with Null-Safety feature and safe convert with default value.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json2dart_safe

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

dependencies:
  json2dart_safe: ^1.0.0+1

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

Import it

Now in your Dart code, you can use:

import 'package:json2dart_safe/json2dart.dart';
import 'package:json2dart_safe/json_parse_utils.dart';
5
likes
0
pub points
85%
popularity

Publisher

unverified uploader

A plugin to generated json with Null-Safety feature and safe convert with default value.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on json2dart_safe