Alejandro Santiago
Alejandro Santiago
# What could be improved As a flame user I would like to be able to specify which components require a repaint. For example: ```dart void main() { runApp( WidgetsApp(...
# What could be improved As a flame developer I would like to set all my component paints to `paint.filterQuality = FilterQuality.medium`. However, flame currently doesn't expose an API to...
**Describe the bug** Currently, `PhotoViewController.scale` is nullable. However, this value should not be null according to @renancaraujo. Although, I do not envision how this value can be nullable. If so,...
**Description** As a user I would like to get a warning whenever a fallback value has been registered but has never been used. ```dart void main() { setUpAll(() { registerFallbackValue(Foo());...
**Is your feature request related to a problem? Please describe.** Since using Navigator.pop() goes back in the flow, it would be nice if this remains consistent even when the flow...
### Description As a developer I would like to have the example AppBar to be renamed accordingly. I think this is a typo.
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case...
The documentation states that the codebase was built while listening to Nyan cat. Unfortunately the link is broken. Perhaps, it can be changed to [this](https://www.youtube.com/watch?v=zqLEO5tIuYs) other 12 Hour version in...
Resolves #236
**Description** As a mason user, I would sometimes like to prompt for variables conditionally depending on the previous answers. Conditional prompting can be achieved directly through the `pre_gen.dart` hook. However,...