flutter_code_style 1.6.8 copy "flutter_code_style: ^1.6.8" to clipboard
flutter_code_style: ^1.6.8 copied to clipboard

outdated

Darel bitsy's flutter code style for application and libraries that focus on dart best pratices.

1.6.1 #

  • Initial version, created by Darel Bitsy.

1.6.2 #

  • updated description.

1.6.3 #

  • Added new rules: invalid_use_of_visible_for_testing_member as error avoid_slow_async_io as warning invalid_use_of_protected_member as error unawaited_futures as warning

1.6.4 #

  • excluded files generated by the code generator.

1.6.5 #

  • fixed glob pattern for excluded files generated by the code generator.

1.6.6 #

  • removed prefer_double_quotes rule because it's should not be imposed on client of this package.

1.6.7 #

  • update the severity of lint rule type_annotate_public_apis to error so that dev won't forget to specify type for important method return type.
  • added lint rule must_call_super and set the severity to error so that dev won't forget to call it.
  • added unused_field and set the severity to error so that unused_field won't be forgotten.

1.6.8 #

  • Added exclude the following files and directories: lib/.g.dart, test/.g.dart, flutter_test/.g.dart, build/
3
likes
30
pub points
35%
popularity

Publisher

unverified uploader

Darel bitsy's flutter code style for application and libraries that focus on dart best pratices.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on flutter_code_style