Alejandro Santiago

Results 124 issues of 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...

enhancement

**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`. ![image](https://user-images.githubusercontent.com/44524995/160673817-a46b4dd9-9ade-4e45-8d4c-02fe00e8ce88.png) # Why should this be improved To make the...

documentation

# 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...

enhancement

# 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...

enhancement

**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...

enhancement candidate
discussion
feedback wanted

**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...

bug
good first issue
documentation

**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...

enhancement

**Description** Allow partials to be placed elsewhere than directly under `__brick__` directory. **Requirements** - [ ] Allow partials not directly under `__brick__`

enhancement

## 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...