auto_json_to_dart_converter 1.0.1 copy "auto_json_to_dart_converter: ^1.0.1" to clipboard
auto_json_to_dart_converter: ^1.0.1 copied to clipboard

Generate JSON to Dart and save it in folder json_to_dart on mobile

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_json_to_dart_converter

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

dependencies:
  auto_json_to_dart_converter: ^1.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:auto_json_to_dart_converter/auto_json_to_dart_converter.dart';
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Generate JSON to Dart and save it in folder json_to_dart on mobile

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, dart_style, ext_storage, flutter, http, json_ast

More

Packages that depend on auto_json_to_dart_converter