flutter-stylizer
flutter-stylizer copied to clipboard
Flutter Stylizer is a VSCode extension that organizes your Flutter classes and mixins in an opinionated and consistent manner.
### Is your feature request related to a problem? Please describe. I really love keeping my getters and setters just below my instance variables. In the Dart Language Tour, it...
Hello, I want the extension to group the different class members, constructors... without sorting them alphabetically. It would instead preserve their initial order. Is this possible ?
I would like to see the plugin also sort the named parameters in a constructor, so it would fit nicely with the already sorted variables. Perfect would be if there...
Please forgive any errors in terminology for vscode workspaces, roots, folders, etc. I created stylizer settings in a folder root in my multi folder workspace, but as can be seen...
I'd like to configure`groupAndSortGetterMethods` and `groupAndSortVariableTypes` for grouping without sorting. This would be nice for pulling together types that were accidentally put out of group, but still allowing a custom,...
**Is your feature request related to a problem? Please describe.** When I organize files that contain multiple classes, it would be nice to sort the classes based on if they're...
An interesting feature would be to be able to add custom comments above each group. Ensuring no-duplication of already existing comments. Like in my example ... //~ Variables //