Skip to content

Vscode Extension, JSON serialization, Freezed 및 Retrofit을 위한 Flutter 스니펫을 제공하여 개발자의 워크플로우를 간소화하고 효율성을 향상시킵니다.

License

Notifications You must be signed in to change notification settings

BGM-109/flutter-fast-anotation

Repository files navigation

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

About

Vscode Extension, JSON serialization, Freezed 및 Retrofit을 위한 Flutter 스니펫을 제공하여 개발자의 워크플로우를 간소화하고 효율성을 향상시킵니다.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published