Torben Keller
Torben Keller
The callbacks `onOpen`, `onDismiss` and `onComplete` are of type `Future`. This leads to the problem that you always have to make the callback an async function even if the callback...
I think especially for programmers who don't know exactly how each pattern works, it would be nice to have some UML Diagrams to make the concept more clear
This issue is related to https://github.com/rrousselGit/freezed/issues/423 **Is your feature request related to a problem? Please describe.** I'm building an API wrapper, and I'm dealing with two JSON object that have...
Flutter announced to change the `TextTheme` to the 2018th version of the material design. [docs](https://api.flutter.dev/flutter/material/TextTheme-class.html) So it would be nice if the generated code will match the updated version of...
I used to have my smartphone flat on the table while debugging. When I not move the smartphone and want to call the method, the method just fails. It doesn't...
## What is the feature? Support local calibration for Eve Thermo ### Description Recently Eve started their matter firmware beta for Eve Thermo. Using the Matter Server integration, we can...
In the flutter build show, the flutter team showed how to build chat bubbles that behave like whatsapp in term of placing the date and read icon depending of the...
There should be a parameter to expand the `ExpandableBottomSheet` when it builds first time.
The `persistentHeader` and `persistentFooter` fields are unnecessary. * `persistentFooter` can be implemented around the `ExpandableBottomSheet` * `persistentHeader` should be part of the `expandableContent` and then you set the `persistentContentSize` to...
GoRouter can get a listenable and refreshes if the listenable notifies the router. In your code you are not using it, but I think it would be the better way...