hf_json_model 0.1.0 copy "hf_json_model: ^0.1.0" to clipboard
hf_json_model: ^0.1.0 copied to clipboard

discontinued

Gernerating Dart model class from Json file.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hf_json_model

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

dependencies:
  hf_json_model: ^0.1.0

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:hf_json_model/build_runner.dart';
import 'package:hf_json_model/graph_inspector.dart';
import 'package:hf_json_model/index.dart';
import 'package:hf_json_model/json_model.dart';