-
Sample code to reproduce
```dart
import 'package:flutter/material.dart';
class Test extends StatelessWidget {
const Test({Key? key}) : super(key: key);
@override
Widget build(BuildCo…
-
### Steps to reproduce
1. runApp in debugMode
2. click appbar top-left back button quickly mutilpe time
3. assert will be trigger
### Expected results
no assert !
### Actual results
### Co…
-
### Version
2.6.0
### Library
feedback
### Flutter channel
stable
### Flutter version
3.7.3
### Platform
Android, iOS
### Details
The keyboard will be pop out immediately when my app is usi…
-
### Steps to reproduce
1. Run the project on web > flutter run -d chrome
2. The app opens in the browser, http://localhost:{port}
3. Edit the url in the browser and add subdomain, Example > http:…
-
# Question
Hello, long shot but, is there really no way to customize the colors on Android?
Is it always blue no matter what?
![image](https://user-images.githubusercontent.com/6062684/15690487…
-
mkdocs looks like the perfect tool to self-host documentation! I'm a bit confused as to why CDNs are used for fonts and CSS. I'd prefer not to throw my visitors under the Google or Cloudflare bus :) W…
ghost updated
7 months ago
-
I'm not sure what the exact spec for the InkResponse radius is for the IconButtons. I've noticed that on desktop (native or web) it gets far larger than seems necessary for mouse based interactions. T…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
To get things to work with VSCode I had to make the following changes:
```jsonc
// .vscode/settings.json
{
"[glimmer-js]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"edi…