-
The primary color is different in light and dark modes, which causes the harmonized tone to be a little different. I am unsure whether that is actually a feature, but it can cause unintentional incons…
nxoim updated
7 months ago
-
Hi,
I'm using this great library in my application.
I'm getting the following crash report on a Lenovo A916 with Android 4.4, when showing a indeterminate ProgressDialogPro:
android.content.res.Res…
-
### Steps to reproduce
context.getChildSize return wrong in paintChildren(FlowPaintingContext context) of custom FlowDelegate
expected: (80,80)
actual: (400,400)
i also found some issues with …
-
### 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…
-
### Application
YouTube Music
### Issue
After Android 12+ , some people like me prefers material-you theme over complete black (AMOLED).
### Patch
It should enable material-you generated colors/t…
-
Maybe this was the repo of choice when React-Native started to remove their components for lean core but it was never finished and that's about 3 years ago now. The maintainer should put a deprecation…
-
### Version
2.4.1
### Library
feedback
### Flutter channel
stable
### Flutter version
2.10.4
### Platform
Android
### Details
I don't know what is the exact reason, I realize when using thi…
mrgzi updated
6 months ago
-
### Steps to reproduce
1. add `android:enableOnBackInvokedCallback="true"` to main/AndroidManifest.xml
2. run the code below
3. go to /home/second by tapping IconButton
4. open modalBottomSheet …
-
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. Create a Flutter App
2. Make two stateless widgets and do the following for both:
3. Make a gesture detector in both
4. Have the child be a Hero widget and give …