deminearchiver_lints 2.1.2
deminearchiver_lints: ^2.1.2 copied to clipboard
Opinionated lints for Dart and Flutter projects.
2.1.2 #
- Disabled the
avoid_private_typedef_functionslinter rule.
2.1.1 #
- Disabled the
missing_whitespace_between_adjacent_stringslinter rule. - Disabled the
avoid_setters_without_getterslinter rule.
2.1.0 #
- Disabled linter rules related to sorting in order to facilitate manual grouping and sorting by the user.
- Disabled linter rules related to throwing and catching errors.
- Disabled the
avoid_multiple_declarations_per_linelinter rule. - Disabled the
unnecessary_raw_stringslinter rule. - Disabled the
unnecessary_library_directivelinter rule.
2.0.2 #
- Disabled the
lines_longer_than_80_charslint rule in theapppreset because it is meant to be more relaxed thanpackage_loose.
2.0.1 #
- Disabled the
prefer_constructors_over_static_methodslint rule, as it conflicts with staticlerpmethods usually found in theme classes. - Disabled the
omit_local_variable_typeslint rule, as it can mess with dot shorthands sometimes. - Disabled the avoid_catching_errors lint rule because Flutter's
Errortype doesn't inherit fromException.
2.0.0 #
- Introduced a new composition-based system for applying linter presets.
- Unified Dart and Flutter lints into a single configuration.
- Added an empty Dart library with documentation comments.
- Expanded the README to provide more information for third-party users of the package.
- Specified relevant topics in
pubspec.yamlfor easier discovery.
1.1.1 #
- Updated package metadata.
1.1.0 #
-
Added new
base_dart,base_flutter,strict_dartandstrict_flutterrules.It's recommended for new packages to depend on
dartorflutterstill.
1.0.0 #
- Initial version.