This is the VS Code Extension to convert JSON to DART.
I am Lazy Freelance Flutter Developer who doesn't wanna create dart model class from JSON repeatedly. That's why I am building this extension to solve this problem.
To Check type of value before its use inside fromJson and toJson
@freezed
To reduce hundreds of lines of code for implemeting constructor,coywith, toString, operator ==, hashCode and serialization .It is allowing to focus only on the definition of your model
Command Palette
Command
Description
J20:JSON to DART
Open editor for convert JSON
Upcoming Features
Adding addinal methods for JSON conversion
Related Plugins
Flutter Redux Gen (FRG)
This is the VS Code Extension to generate Redux Code (State, Reducer, Middleware and Action)