Thomas Järvstrand
Thomas Järvstrand
**Is your feature request related to a problem? Please describe.** We are currently in the process of publishing a library that uses freezed to generate it's data model. Naturally we...
The below code doesn't cause the analyzer to emit any warning for comparison of unrelated types: ``` extension type A(String value) implements String {} extension type B(String value) implements String...
### Steps to reproduce Try to install Anysoftkeyboard on a Google Pixel 7a using the Play Store ### Expected behaviour I should be able to install the app. ### Actual...
**Describe the bug** There seems to be some incompatibility between `custom_lint` and Flutter when running Linux in Docker, at least in CI (I tried both GH actions and Circle CI,...
[ShortcutBadger](https://github.com/leolin310148/ShortcutBadger) no longer appears to be maintained. [This fork](https://github.com/rlgo/ShortcutBadgerX) seems to have a bit more recent activity however.
Here's a minimal example: ``` case class Foo(value: Int = 0) object Test { val q = c"""FOREACH (f in ${Seq(Foo())} | CREATE f)""" } ``` Which gives the error...
Glados 1.1.7 depends on meta 1.11.0 but Flutter 3.16.x has a pinned dependency on meta 1.10.0
Currently, Pana seems to assume that if there is a git root above the package directory, then that should be used as the base for the analysis. It then proceeds...
Hi, First, thanks for a great tool! It's been a joy to use so far. I routinely do eg. `(cd x; mycommand)` when I only want to run one or...