-
b/226078425
When using Voice Control on iOS it is not possible to scroll a ListView by saying "scroll down" or "scroll up". When saying the commands the bubble with the info scroll down/up indicate…
-
## Steps to Reproduce
```
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext con…
-
The height of toolbar in ios includes the top status bar, so things like the title of the toolbar looks bad in ios. I wonder if there should be some compensate height and margin adjustment of title in…
-
### Steps to reproduce
By using the latest version of the package `flutter_markdown: 0.7.4+1`
and using the class `MarkdownBody` and passing to the `data` parameter
a text that ends with a line b…
-
### Current behaviour
In Menu component, the menu is not positioned as expected when visible. For example with `anchorPosition="bottom"`, the menu comes over the anchor.
### Expected behaviour
Th…
-
**Describe the bug**
I want to make dynamic page, but the problem is can't create dynamic GetXController.It can but all Controller is getting same instance.
example: like sum function.Controller h…
-
mobile_scanner 4.0.1
Flutter 3.16
Hi, can someone tell me why my aera scan is not showing?
I want to display the aera after my first Button
I missed something?
Below, my code
Thanks a lot
…
-
Hi, I see nice M.ui layout/slider advertised here:
http://muicss.com
I look in git and the closest is sidedrawer.html. It looks bad. (nothing in menu on top to show me how to do middle/center/right;…
-
The Drawer overlays the Appbar, that causes that the first item of the drawer is hidden under the statusbar.
I think there should be at leat an option to place the Drawer under the appbar.
-