Skip to content

X-SLAYER/JSON-TO-DART

Repository files navigation

JSON2DART

A custom implementation of JSON to Dart model from QuickType.

Website Access

Find JSON2DART at the following URLs:

json2dart.netlify.com
json2dart-henna.vercel.app

Feature Set

  • Generate toJson/FromJson
  • Generate copyWith method
  • Generate toString method
  • Make all properties final
  • Use num type for number
  • Use JSONSerializable
  • Use Equatable
  • Use Freezed
  • Use HIVE
  • Use required fields

About

Convert JSON to Dart model class. Implement from Quicktype.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published