most_custom_lints 0.3.0
most_custom_lints: ^0.3.0 copied to clipboard
Lints rules and corresponding annotations used by Dart/Flutter team at MOST.
0.3.0 #
- Fix import collisions.
- Change
package:analyzer
version constraints (>6.0.0 < 8.0.0
) - Change
package:analyzer_plugin
version constraints (^0.11.0
) - Change
package:custom_lint
version constraints (^0.6.0
) - Change
package:custom_lint_builder
version constraints (^0.6.0
)
0.2.0 #
- Change Dart SDK version constraint (
">=3.6.0 <4.0.0"
)
0.1.0 #
- Change Dart SDK version constraint (
">=3.6.0 <3.7.0"
) - Change
package:analyzer
version constraints (^7.0.0
) - Change
package:analyzer_plugin
version constraints (^0.12.0
) - Change
package:custom_lint
version constraints (^0.7.1
) - Change
package:custom_lint_builder
version constraints (^0.7.1
) - Change
package:meta
version constraints (^1.16.0
)
0.0.4 #
- Change Dart SDK version constraint (
">=3.5.0 <3.6.0"
) - Change
package:analyzer
version constraints (">=6.8.0 <7.0.0"
)
0.0.3 #
- Add Dart SDK version top constraint (
">=3.2.0 <3.5.0"
) - Change
package:analyzer
version constraints (">=6.0.0 <6.8.0"
)
0.0.2 #
- Added docs.
- Improved pub score.
0.0.1 #
- Added
@DeprecatedFrom(..)
annotation. - Added
deprecated_from_expired
rule. - Added
use_deprecated_from
rule.