_ 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 _$ {
}
- freezedClass
- freezedA-Class
- freezedWithJson
- jsonClass
- jsonClassGeneric
- retrofitClass
- retrofitRClass
- retrofitDSClass
- goRouteDataClass
- shellRouteDataClass
- statfulShellRouteDataClass
open dartj in vscode dartj is a powerful json to dart tool.
Creates an export of all the dart files in that folder. You can solve complex imports.
cmd + shift + b -> flutter pub run build_runner build
and set up options