benPesso
benPesso
By adding a `chained` (or maybe `discrete`?) property to a Flushbar, one will be able to tell the Flushbar to not show until the previous Flushbar as been dismissed. Currently,...
VS Code has a few useful `codeActionsOnSave` actions for code cleanup and organization, but it is missing a crucial option to only remove unused imports. In Flutter, it is often...
## Main issue As was also reported [elsewhere](https://github.com/flutter/flutter/issues/28434), when using the `AnimatedCrossFade` widget with a duration of `milliseconds: 0`, Flutter throws an exception: ``` ════════ Exception caught by animation library...
Would be perfect if we could also have support for other units (weights, lengths, etc.) with the same package. Maybe implement something like [go-units](https://github.com/bcicen/go-units)?
As the title says, the chart widget is overflowing if no margins are added manually to "fix it": The blue background in the above image is set on the containing...
### Steps to reproduce 1. Create an app with the provided code sample. 2. Launch the app on iOS simulator. 3. Trigger a Hot Reload. (No error should trigger at...