-
I don't know what a good name for this lint would be, but here's the problem...
Using the `Uri.file()` constructor or `Uri.toFilePath()` instance method (and I suspect a number of `package:path` fu…
-
## DO put development dependencies in dev_dependencies
## Description
If a package specifies that it is a development only dependency, then you should only include it in the `dev_dependencies` s…
-
## sort_child_method_arguements_last
## Description
Sort child arguments in widget construction helper methods.
## Details
Similar to https://dart-lang.github.io/linter/lints/sort_child_pr…
-
-
## uncompleted_completer
## Description
One of Completer. complete() or Completer.completeError() should be called.
## Details
One of Completer. complete() or Completer.completeError() mus…
-
## avoid_non_nullable_valued_map_containskey_before_access
I challenge anyone to think up a better name!
## Description
The pattern to avoid is calling `map.containsKey(x)` in an `if` express…
-
## prefer_dedicated_media_query_functions
## Description
Avoid using `MediaQuery.of(context)` and `MediaQuery.maybeOf(context)`.
## Details
Prefer using `MediaQuery.sizeOf(context)` and [o…
-
## `file_import_inside_lib_references_file_outside`
## Description
This rule was originally proposed (and implemented?) as an analyzer Hint, but the implementation is either gone or never existe…
-
I think flutter as rigth now have way to much focus on material design, as an application that has the idea of " Full control over all the pixels ", being 'tied' to use the same pixels as any other ap…
-
Hello
I'm working on the application where we need to support data and files support for offline and online sync. I'm able to do with the data in the table and sync them offline/online. But fails …