Piotr Rogulski
Piotr Rogulski
> Personally, I am not convinced to the benefits. This makes it much more susceptible to refactors. It is very easy to desync `arguments:` and `{n}` placeholders. > > Yes,...
Actually, I might need to include the tests in this PR, since the check is complaining
> What is your opinion on how the tests look like now? Not particularly fond of them, honestly 😅 > they seem not maintainable and not made for humans to...
> > That's not a huge issue; the testing tooling suggests appropriate locations: > > > > ``` > > Found but did not expect: > > use_design_system_item.use_design_system_item [57, 8,...
@shilangyu Actually, I'll try refactoring the tests to use TestCode and range-based markup (https://github.com/dart-lang/sdk/issues/61889, maybe someday it'll be oficially supported; for now it works with a src import)
@copilot Update the changelog and the package version
For one of our lints, we need to use a resolved library (to access a constant defined in Flutter, which we use in the lint). However, getting a resolved library...
> Are you accessing the value of the constant, trying to use identity to identify, or is there some other reason for wanting to access the constant? I'm using the...
I'm experiencing the same crash. Here is the report from my device: [crashlog.txt](https://github.com/user-attachments/files/21486847/crashlog.txt) As a sidenote, I'll add that this crash started appearing when I added multiple scenes and a...