Matthew Nitschke
Results
3
issues of
Matthew Nitschke
> * Issue Type: FEATURE REQUEST > * `over_react` Version(s): `x.x.x` This snippet will not work as intended ```dart useEffect(() async { // await something(); }); ``` Adding an analysis...
Type: new feature
area-analyzer-plugin
It is possible, and common practice to add a `include: package:/.yaml` within an `analysis_options.yaml` file For example, this is how [pedantic](https://github.com/googlearchive/pedantic/tree/master) and the newer [lints](https://github.com/dart-lang/lints) package work ```yaml include: package:lints/recommended.yaml...