-
cc @jonahwilliams
-
Cannot paint some neumorphic widgets.
Neumorphic of depth=0, disabled NeumorphicButton, pressed NeumorphicButton ...
Error
```
======== Exception caught by rendering library ====…
-
## Steps to Reproduce
1. Clone the repo https://github.com/sarbagyastha/router
2. Checkout the `refresh` branch
3. Run the app and tap on "Go to Second page"
4. Tap on the back button in App Bar…
-
## Steps to Reproduce
`Text` does not conform to `DefaultTextStyle` which is beyond `Scaffold`.
I am using `DefaultTextStyle` to set default `Locale` to all text. I would like to set `DefaultTex…
-
Typography().dense and TextBaseline.ideographic cannot work with Chinese?
When I write a widget, just like this:
```dart
Row(crossAxisAlignment: CrossAxisAlignment.center, mainAxisSize: MainAxisSi…
-
## Steps to Reproduce
1. To change the `fontsize` or `fontFamily` of the AppBar's title using `copyWith`:
`textTheme: ThemeData.light().textTheme.copyWith(headline6: TextStyle(fontSize: 18…
-
When using a DropdownButton for the first time, it is very slow, the opening of list takes around 3 seconds.
After that the dropdown opens immediately every time I try.
I think it takes very long …
Pe-te updated
7 months ago
-
This thread discuss how to handle multiple trees in the editor and the client libraries.
## Motivation
You can use multiple trees in some different ways:
- You may use one or more independent trees …
-
### Sample Code
```dart
import 'package:flutter/material.dart';
String loremIpsum = """
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin viverra lectus at dui tincidunt…
-
The below code is not working
```dart
static Future play(SystemSoundType type) async {
await SystemChannels.platform.invokeMethod(
'SystemSound.play',
type.toString(),
);
pl…