-
According to Material Design 3 specs, height of app bar is 64dp.
Here is an example of app bar in material 3:
```
import 'package:flutter/material.dart';
void main() => runApp(const App());
…
-
### Steps to reproduce
on a native page, embed a Flutter container, and after Flutter completes its layout, notify the native side of the actual height of the Flutter container. Then, set up a tran…
-
Hello, I came to you here to use the Nested Menu. I looked at the code in your dev branch, and there are currently a lot of errors. When will your new version be available?
Thank you very much for …
-
Discussion: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/design.3A.20.23F117.20.22Inbox.22.20screen/near/1672178
https://www.figma.com/file/1JTNtYo9memgW7vV6d0ygq/Zulip-Mobile?no…
-
### Steps to reproduce
1. Press CupertinoListTile longer so that the background changes
2. Let go
3. See that the animations that should have ran were skipped
### Expected results
Animati…
-
If you try to render more than 8 participants in web, each with a label rendered on top for it's name, the flutter web renderer will break due to using too many platform views.
A new change has lan…
-
Suppose we have an app where we need to keep track of the history, and let the user go back and forth between pages he navigates to. (For example a note taking application where notes can be linked to…
-
### Bug Description
When placed inside a scrollview, if you press the space too quickly after typing something, the space gets ignored (eg you pressed it but it doesn't get appended to the editor c…
-
The playground app is feature rich and gives you everything there is in FlexColorScheme. Maybe over time it became mix of demos and tests put together and right now it's all at once without hierarchy.…
-
handleGetUnreadMessageCount is not implemented in Flutter iOS plugin in 6.x version. Is this by design or accident? It was implemented in 5.x version. When we updated we lost functionality.
http…