Automatically add const in your Flutter code on-save with in VS Code #Shorts

preview_player
Показать описание

#FlutterForward
Рекомендации по теме
Комментарии
Автор

Wait no, that will apply all the other quick fixes as well, which are NOT necessarily wanted. It's a trap guys !

Tiffaa_
Автор

it's nice feature but i like modifying my widgets manually

flutterIgnite
Автор

I'm afraid about the side-effects mates !!

aravindhhere
Автор

awesome! How to apply on Intellij? please let me know...

louishuh
Автор

How about if I only want it to apply adding const to the file I have specifically saved instead of across the whole project?

noelgomile
Автор

Better check those warnings manually, we don't even know what it will "fix".

yoktobit
Автор

even better, auto remove unwanted const.
It's more annoying to get error because of const

AzeUnknwn