The Webfeed Flutter package for Appeto SDK.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 regels
885 B

  1. analyzer:
  2. language:
  3. enablePreviewDart2: true
  4. strong-mode: true
  5. errors:
  6. unused_import: error
  7. unused_local_variable: error
  8. dead_code: error
  9. linter:
  10. rules:
  11. # Errors
  12. - avoid_empty_else
  13. - comment_references
  14. - control_flow_in_finally
  15. - empty_statements
  16. - hash_and_equals
  17. - test_types_in_equals
  18. - throw_in_finally
  19. - unrelated_type_equality_checks
  20. - valid_regexps
  21. # Style
  22. - avoid_init_to_null
  23. - avoid_return_types_on_setters
  24. - await_only_futures
  25. - camel_case_types
  26. - directives_ordering
  27. - empty_constructor_bodies
  28. - library_names
  29. - library_prefixes
  30. - non_constant_identifier_names
  31. - omit_local_variable_types
  32. - prefer_final_fields
  33. - prefer_is_not_empty
  34. - prefer_typing_uninitialized_variables
  35. - slash_for_doc_comments
  36. - type_init_formals