flutter-stylizer icon indicating copy to clipboard operation
flutter-stylizer copied to clipboard

Flutter Stylizer is a VSCode extension that organizes your Flutter classes and mixins in an opinionated and consistent manner.

Results 8 flutter-stylizer issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
waiting for reply

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 ?

enhancement

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...

enhancement

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...

enhancement
help wanted

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,...

enhancement

**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...

enhancement

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 //

enhancement