Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.13 KB

Flutter fast anotation generator

_ do not open pub dev that save time _ ** Do not leave vscode **

This is simple generator freezed, json, retrofit

You must type 'freezed' to generate a frozen file. I made the prefix 'freezed' snippet. Save time

// if u type freezed
freezed ⤵

import 'package:freezed_annotation/freezed_annotation.dart';
part '.freezed.dart';

@freezed
class  with _$ {
}

ezgif com-gif-maker

❗️ Fetures 1

  • freezedClass
  • freezedA-Class
  • freezedWithJson
  • jsonClass
  • jsonClassGeneric
  • retrofitClass
  • retrofitRClass
  • retrofitDSClass
  • goRouteDataClass
  • shellRouteDataClass
  • statfulShellRouteDataClass

Feature 2

open dartj in vscode dartj is a powerful json to dart tool.

f23

Feature 3

Creates an export of all the dart files in that folder. You can solve complex imports.

build_runner shortcut

cmd + shift + b -> flutter pub run build_runner build

and set up options