string-extractor-flutter
it's vs code extension "strings-extract-flutter". help you to extract static string in widget flutter to constant string file or getx localization file How its WorkExtract Constant Stringpress quick fix command when the cursor is in any string that will show you option to extract string click it will prompt you to write custom variable name and after clicking enter it will replace your string with variable name please change the filename and folder name from settingsdefault filename : app_stringsdefault foldername : core/resourcesextract any string in widgets flutter to constant class
to
Extract to getx localizationextract any string in widgets flutter to map
to
Enjoy! |