jsonparsenulltrack 0.0.1 jsonparsenulltrack: ^0.0.1 copied to clipboard
The "JSON Parse to Generate Class Factory Constructor Code with Null Tracking" Flutter package simplifies the process of generating class factory constructors from JSON data, while also ensuring robus [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jsonparsenulltrack
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
jsonparsenulltrack: ^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:jsonparsenulltrack/annotation/annoatation.dart';
import 'package:jsonparsenulltrack/generators.dart';