Olivier Revial
Olivier Revial
So the EdgeInset rule is great and it even has an autofix, I would just suggest that we add the "const" keyword when applying the auto-fix as it is a...
### 👟 Reproduction steps Not really a bug but I was wondering if there was a specific reason to not add strongly typing to all services parameters ? Examples for...
This tip is overly complicated, you can just do `enumValue.index` : https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/tipsandtricks/enum-associated-values-in-dart/enum-associated-values-in-dart.md
Using classes as enum has become obsolete since Dart 2.17, this tip could be removed ! https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/tipsandtricks/classes-as-enums-in-dart/classes-as-enums-in-dart.md
This tip : https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/tipsandtricks/convert-enums-to-strings-in-dart/convert-enums-to-strings-in-dart.md is out of date because we now have enumValue.name since Dart 2.15 so I think this tip can be removed 😉
**Description** While creating a brick that takes multiple inputs, I would like a previously entered input to be usable as a default value for subsequent variable inputs. Say I'm creating...
There are actually two problems : ## 1. Short links: Link color is missing When having short `` links nested in `` underlined text, the underlining color for the link...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 0.7.0 ### Description Since recent Flutter upgrade to 3.16 I now have...
Today the package allow for overriding animation curves (in and out) but not the animation itself, which is always sliding (from top to bottom or from bottom to top depending...
## Description When registering the same route with different HTTP methods, it seems that the latest registered route always takes precedence, no matter what HTTP method is used. ## Steps...