blackfoot_flutter_lint 2.0.0 blackfoot_flutter_lint: ^2.0.0 copied to clipboard
Recommended lints for Blackfoot's Flutter apps to encourage good coding practices.
2.0.0 #
- Feature: update flutter lint 3
- PR: #29
- fix: update target build version
- PR: #30
- chore: update flutter-version-number-action
- PR: #31
- fix: example package version
- PR: #32
- fix: remove package version-number
- PR: #33
1.1.0 #
- [FEAT] New rules for blackfoot flutter lint with flutter 3.7
- PR: #28
1.0.8 #
- Revert for version management
- New CI
1.0.7 #
- Update for flutter 3.7 and dart 2.19.1
Add rules #
- always_use_package_imports
- avoid_slow_async_io
- cancel_subscriptions
- close_sinks
- collection_methods_unrelated_type # Experimental
- discarded_futures
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- throw_in_finally
- always_put_required_named_parameters_first
- avoid_escaping_inner_quotes
- avoid_final_parameters
- avoid_multiple_declarations_per_line
- avoid_positional_boolean_parameters
- avoid_returning_this
- avoid_unused_constructor_parameters
- avoid_void_async
- cascade_invocations
- cast_nullable_to_non_nullable
- deprecated_consistency
- eol_at_end_of_file
- implicit_call_tearoffs
- leading_newlines_in_multiline_strings
- no_default_cases # Experimental
- only_throw_errors
- prefer_constructors_over_static_methods
- prefer_expression_function_bodies
- prefer_final_in_for_each
- prefer_foreach
- prefer_int_literals
- prefer_mixin
- prefer_null_aware_method_calls
- prefer_single_quotes
- sized_box_shrink_expand
- tighten_type_of_initializing_formals
- unnecessary_lambdas
- unnecessary_raw_strings
- unnecessary_to_list_in_spreads
- use_colored_box
- use_decorated_box
- use_enums
- use_is_even_rather_than_modulo
- use_late_for_private_fields_and_variables
- use_raw_strings
- use_super_parameters
- secure_pubspec_urls
1.0.6 #
- Fix Readme and example.
1.0.5 #
- Remove
prefer_final_parameters
rule.
1.0.4 #
- Remove
unnecessary_to_list_in_spreads
rule: not recognized by analyzer.
1.0.3 #
- Fix homepage link.
1.0.2 #
- Fix version badges in Readme.
1.0.1 #
- Fix License text to default BSD 3-clause.
1.0.0 #
- Initial version.