-
Hi,
I've implemented a list of lists which drags and drops effectively on mobile and tablet, but on web causes a weird and unusual crash. Here's the log of it:
```
"Error: This widget has been …
-
##### SUMMARY
openssl_pkcs12 always changed when only importing a certificate
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
openssl_pkcs12
##### ANSIBLE VERSION
```paste be…
ruckc updated
9 months ago
-
Stepper buttons are using primaryColor as button background color instead of accentColor like the rest of the buttons do...
https://stackoverflow.com/questions/53337392/flutter-change-stepper-step-co…
-
Hi, I'm facing an "Multiple widgets used the same GlobalKey." issue when tried put a global key in 2 webviews that is the same, according this video (https://youtu.be/RA-vLF_vnng?t=281), she said to …
-
I found this issue that the `RefreshIndicator` doesn't work properly combined with the Scaffold property `extendBodyBehindAppBar: true`.
Here is the code snippet that causes the error. In total the…
-
## Steps to Reproduce
1. Run the Flutter Gallery sample application on a real iOS device.
2. Select Material > Text fields.
3. Type some text into one of the fields.
4. Double-tap on the text just…
-
## Steps to Reproduce
Add a `Text` widget to demo project:
```
Text('☞关门')
```
Then flutter run on iOS Simulator. Please notice the Unicode symbol ☞ before the Chinese symbols, It will make Chi…
-
## Steps to Reproduce
1. create a colorscheme:
```dart
const ColorScheme.dark(
primary: Color(0xFFf8fa93),
primaryVariant: Color(0xFFc4c763),
onPrimary: Color(0x8C000000),
…
-
I'd like to be able to both reorder _and_ combine children via `ReorderableListView`. I'm not sure if interaction is Material or not, but it seems like a natural and intuitive way for the user to com…
sklum updated
7 months ago
-
Drawing lines with (the default) strokeWidth 0 on web acts more like strokeWidth 1, it scales when the canvas is scaled. It should always produce a 1-pixel line.
## Steps to Reproduce - run this…