dartify_json 0.0.2 copy "dartify_json: ^0.0.2" to clipboard
dartify_json: ^0.0.2 copied to clipboard

Dart Class Generator from JSON is a tool that automatically converts JSON files into Dart classes. It creates complete classes with fields, constructors, fromJson, and toJson methods, making it easy t [...]

Changelog #

All notable changes to this project will be documented in this file.

1.0.0 - 2024-11-14 #

Added #

  • Initial release of Dart Class Generator from JSON.
  • Support for generating Dart classes from JSON files, including nested JSON structures.
  • Generated classes include fromJson and toJson methods for serialization and deserialization.
  • Test cases for User and Address classes to verify fromJson and toJson functionality.
  • BSD 3-Clause License added to the project.
  • Improved Example with testcases
2
likes
135
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Class Generator from JSON is a tool that automatically converts JSON files into Dart classes. It creates complete classes with fields, constructors, fromJson, and toJson methods, making it easy to handle JSON data in Flutter and Dart applications.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, flutter

More

Packages that depend on dartify_json