Jakub Tarkowski
Jakub Tarkowski
Personally I find it a bit excessive having to write a new class extending `ColorMapper` just to override one method which is `ColorMapper.substitute`. This method is usually quite simple an...
Previously, folders excluded in `analysis_options.yaml` were also excluded from Dart/Flutter project searches. One case where this caused issues is explained in #5250. This PR introduces `enableSearchInAnalysisOptionsExcludedFolders`, a setting that controls...
**Describe the bug** In one of our projects we have a problem that `macos` and `web` devices are not showing up as "Available devices" for nested flutter application in the...
### Suggestion While trying to plan a factory for modded recipes, a player will eventually end up with a circular recipe chain. For example: A + B -> C C...