-
```../../tools/flutter/.pub-cache/hosted/pub.dartlang.org/charts_flutter-0.9.0/lib/src/behaviors/legend/legend_entry_layout.dart:133:45: Error: The getter 'body1' isn't defined for the class 'TextThem…
-
## Use case
Flutter's Material `DropdownButton` has required minimum item height of `kMinInteractiveDimension`. It's impossible to set it to lower value, as the widget will crash due to `assert(i…
-
### Steps to reproduce
1.Create a basic Flutter app with a text field.
2.On a device with the Microsoft Translate keyboard installed, set it as the active keyboard.
3.Focus on the text field in t…
-
**Barrel files** are files which repackage multiple libraries into a single library by exporting them. https://github.com/flutter/flutter/blob/master/packages/flutter/lib/material.dart is a good examp…
-
![Screenshot_2024-10-15-12-19-42-87_130b0d7520509a75c6a4102c4ba0249d.jpg](https://github.com/user-attachments/assets/c7cc87b6-c0d6-4d4b-b560-3fb152ca233c)
Pilipala错误日志
********************
------- …
-
What happened to me:
- In the last week, my app's startup time has become super long, 45 seconds or more, every time I debug it.
- After the app successfully runs and displays the ui, a few random s…
-
### Description
The colors that the Authenticator renders are different between iPhone and iPad, and I'm not sure exactly what to change to make them identical.
With Vue, you have provided explic…
94Sip updated
3 months ago
-
### 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…
-
If I use **withClock** with a fixed time, I get a different time if I use it in a new **BuildContext** in **WidgetTesting**. I expect that all of the test should have the fixed time I set with **withC…
-
Widget causing error
```
@override
Widget build(BuildContext context) {
return Container(
color: Colors.transparent,
child: Center(
child: AnimatedOpacity(
…