better_require_trailing_commas 2.3.0
better_require_trailing_commas: ^2.3.0 copied to clipboard
A lint rule that enforces trailing commas behaves like ESLint’s comma-dangle with the always-multiline option.
2.3.0 #
- Since this version, I separated the minor versions depending on the supported
analyzerversion.2.3.0supports analyzer^9.0.02.4.0supports analyzer>=10.0.1 <12.0.02.5.0supports analyzer^12.0.0
- Downgraded the minimum required
analyzerversion to9.0.0.
2.2.0 #
- Added
avoid_unnecessary_commaslint rule. - Fix detection logic for formal parameter lists and record type annots.
2.1.0 #
- Require
analyzer10.0.1 or higher
2.0.5 #
- Update README
2.0.4 #
- Enabled the lint rule by default. Now
diagnosticsconfig inanalysis_options.yamlis no longer needed. - Update README
2.0.3 #
- Allow analyzer 8.x
- Update README
2.0.2 #
- Update README
2.0.1 #
- Update README
2.0.0 #
- Rewrite using
analysis_server_plugininstead ofcustom_lint- Requires
analyzer ^9.0.0and Dart SDK^3.10(Flutter^3.38)
- Requires
1.0.4 #
- Support
analyzerv8.0.0
1.0.3 #
- Upgrade
custom_lint_builderto v0.8.0 (analyzer^7.5.0)
1.0.2 #
- Update package description
- Update README
1.0.1 #
- Update README
- Upgrade
analyzer_pluginto v0.13
1.0.0 #
- Initial version.