Photo by Boris Smokrovic on Unsplash

Speeding up my Flutter workflow with Hygen — Part 1

zhifei

--

Automating new module and files creation in Flutter.

Problem

Am reaching a point with my Flutter project where I’m constantly doing this few things when creating a new module:

  • Create a data class
class ModuleData {
late int id;

ModuleData.fromJson(Map<String, dynamic> json) {
id =…

--

--

zhifei

Software engineer. Jack of all stacks, master of none.