Flutter Helpers VSCode ExtensionThis extension currently helps you to easily write JSONSerializable annotated classes and allows you to run code generation for those classes. You can also watch the files so that code generation is faster. Setup your flutter project for code generation for JSONSerializable annotationsIn your pubspec.yaml file add the following libraries in the
FeaturesSnippet for setting up a file with JSONSerializable annotated classes:
|