jsonparsenulltrack 0.0.1 copy "jsonparsenulltrack: ^0.0.1" to clipboard
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';
1
likes
100
points
27
downloads

Publisher

verified publisherdivyamverma.com

Weekly Downloads

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 robust null safety. This package is designed to streamline the conversion of JSON responses into Dart class instances, offering developers a seamless experience in handling data serialization and deserialization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, build, flutter, source_gen

More

Packages that depend on jsonparsenulltrack