surf_lint_rules 1.0.0-dev.2 surf_lint_rules: ^1.0.0-dev.2 copied to clipboard
Lint rules for "Surf" company for Dart and Flutter projects. Like pedantic but stricter.
Changelog #
1.0.0 #
- Migrated to null safety, min SDK is
2.12.0
.
0.0.2-dev.6 #
- Add new error-rule : no_runtimeType_toString.
- Lint level changed from warning to error for : type_annotate_public_apis, await_only_futures, always_declare_return_types rules.
- Add new rule : flutter_style_todos
0.0.2-dev.2 #
- Disabled lines_longer_than_80_chars to increase line length without warnings
0.0.1-dev.0 #
- Initial release