Alejandro Santiago
Alejandro Santiago
# What could be improved Include a spell checker that automatically checks spelling for us. This could be done by adding a github action. And a `json` file to include...
**STATUS: In Development** # Description Changes: - Creates `InheritedComponent` abstract class - Adds public `dependOnInheritedComponentOfExactType` method. Aim: Aims to include the concept of InheritedWidgets into Flame. Looking for O(1) performance...
# What could be improved The following diagram (component_tree) has a typo. More specifically the `IsoMetricTileMapComponent` is spelled as `IsoMetricTileMapCompoenent`.  # Why should this be improved To make the...
# What could be improved Include "something " (see _Possible Solutions_) that allows testing if a given `Forge2DGame` has registered a given `ContactCallback`. # Why should this be improved To...
# Problem to solve Currently, if one is testing with `testGameWidget` in order to test the subject within `verify` it requires the developer to traverse the game tree and find...
**Description** A tool that allows the conversion from a given state diagram to a bloc, and ideally, vice-versa (generate a diagram from a given bloc). **Desired Solution** An interface (as...
**Description** The sidebar toggle (hamburger menu) has too much width on desktop devices and overlaps with the actual menu. This causes the user to accidentally collapse the menu when wishing...
**Description** Allow importing local hook files in `pre_gen.dart` and `post_gen.dart`. **Requirements** - [ ] Allow importing local files in hooks. **Additional Context** Useful for complex hooks and for sharing logic...
**Description** Allow partials to be placed elsewhere than directly under `__brick__` directory. **Requirements** - [ ] Allow partials not directly under `__brick__`
## Description Automatically adds a comment to the pull request with coverage information. If a comment already exists it automatically updates the comment with the new information to avoid polluting...