-
code sample
```bash
DefaultTabController(
length: 2,
child: NestedScrollView(
physics: BouncingScrollPhysics(),
head…
-
**Is your feature request related to a problem? Please describe.**
Yes, I'm experiencing a limitation with integrating real-time notifications in my Serverpod application. Currently, Serverpod does n…
-
Hi, I tried to run LLaMa on Galaxy Z FLIP5 (Android14) and got some errors.
1. ko_KR.UTF_8 error
`terminating with uncaught exception of type std::runtime_error: collate_byname::collate_byname f…
-
Thanks for awesome framework.
I've created an app with Flutter which targets Android TVs along with mobiles and tablets. With little tweaking the app works great on Android TVs too. I'm facing the …
-
## Steps to Reproduce
1. Add BoxDecoration with colour to a TableRow widget
2. Add TableRowInkWell inside it with OverlayColour property
3. Hover above the widget and observe it's behaviour
*…
-
## Steps to Reproduce
When I used AnimatedList and remove an item from the list, it calls initState on all the children below the removed item, which causes a widget refresh.
Here's a gif re…
-
## Steps to Reproduce
I'm displaying network images on Flutter web. The [workaround](https://stackoverflow.com/a/66617476/2497859) I found to fix this issue by adding `--web-renderer html` argu…
omatt updated
2 months ago
-
Soft keyboard does not display on some mobile phones, such as Oppo r17
flutter doctor -v
```bash
> [✓] Flutter (Channel beta, 1.25.0-8.2.pre, on Mac OS X 10.15.7 19H114 darwin-x64, locale z…
-
## IconButton theming destroys variant styles
This [PR #121884](https://github.com/flutter/flutter/pull/121884) added M3 variant **IconButtons** variants `IconButton.filled`, `IconButton.filledTona…
-
When using fullscreen widgets on iOS devices with a notch, the parts left and right of the safe area are not clickable.
## Steps to Reproduce
```
class FullPage extends StatelessWidget {
@ov…
hm122 updated
5 months ago