Extention you must have for flutter development

FingerPrint
2 min readMay 31, 2023

--

here is top extension you must need for flutter development

  1. awesome flutter snippets
  2. better comments
  3. JSON to dart Model
  4. error lens and pubspec assist

here we won;t talk about that extentionsthat we use normally like flutter and dart extensions

so Let’s go deep into flutter extensions

1. Awesome Flutter Snippets:

A collection of snippets for writing code in shorthand. For example, you can type statefulW to generate a stateful widget template or mateapp to generate a material app template12.

2.Better Comments

The Better Comments extension will help you create more human-friendly comments in your code.
With this extension, you will be able to categorise your annotations into:

  • Alerts
  • Queries
  • TODOs
  • Highlights
  • Commented out code can also be styled to make it clear the code shouldn’t be there

3.JSON to Dart Model:

this extension makes creating dart models from json very easy

5.Pubspec Assist and Errorlens:

i have combined both because previously i have mentioned them in my other blog for “hack to boost flutter development”

but pubspec helps to add dependencies without any hesitation for indentation

--

--

FingerPrint

I am an IT Student and tech enthusiast , I write blog based on what i have learned to help community to make development easy