most_custom_lints 0.4.0
most_custom_lints: ^0.4.0 copied to clipboard
Lints rules and corresponding annotations used by Dart/Flutter team at MOST.
0.4.0 #
- Change
package:analyzerversion constraints (>=7.0.0 < 9.0.0) - Change
package:analyzer_pluginversion constraints (^0.13.0) - Change
package:custom_lintversion constraints (^0.8.1) - Change
package:custom_lint_builderversion constraints (^0.8.1)
0.3.0 #
- Fix import collisions.
- Change
package:analyzerversion constraints (>6.0.0 < 8.0.0) - Change
package:analyzer_pluginversion constraints (^0.11.0) - Change
package:custom_lintversion constraints (^0.6.0) - Change
package:custom_lint_builderversion 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:analyzerversion constraints (^7.0.0) - Change
package:analyzer_pluginversion constraints (^0.12.0) - Change
package:custom_lintversion constraints (^0.7.1) - Change
package:custom_lint_builderversion constraints (^0.7.1) - Change
package:metaversion constraints (^1.16.0)
0.0.4 #
- Change Dart SDK version constraint (
">=3.5.0 <3.6.0") - Change
package:analyzerversion constraints (">=6.8.0 <7.0.0")
0.0.3 #
- Add Dart SDK version top constraint (
">=3.2.0 <3.5.0") - Change
package:analyzerversion constraints (">=6.0.0 <6.8.0")
0.0.2 #
- Added docs.
- Improved pub score.
0.0.1 #
- Added
@DeprecatedFrom(..)annotation. - Added
deprecated_from_expiredrule. - Added
use_deprecated_fromrule.