-
Hi,
here is my code so far:
```
floatingActionButton: SpeedDial(
openCloseDial: isDialOpen,
icon: FontAwesomeIcons.plus,
activeIcon: FontA…
-
### Steps
1. Create a parent theme
2. Create a child theme that overrides only a handful of properties of the parent theme
3. Create a style theme
4. Create a child style that overrides only a han…
-
I am having problem in this file.
textTheme: Theme.of(context).textTheme,
can't understand this line
https://github.com/iampawan/30DaysOfFlutter/blob/02f7ca0a43705d89ef9836eebec74ece6e331d9…
-
Currently, weather models have fields in standard units of measurement. This
- temperature in `Kelvin`
- speed in `meter/sec`
- pressure in `hPa`
Using weather model fields can be quite inconven…
-
Considering a case where I have a patient with 3 names, and I want to change the "use" of the second index in the list. Working with copyWith can be tricky.
Looking at examples in other elements wh…
-
使用下面代码可通过demo复现
TextButton(
child: Text('加速'),
onPressed: () {
_controller.updateOption(
_controller.option.copyWith(du…
-
### Use case
SliverFillRemaining inside CustomScrollView only check previous used space making usage of SliverPadding above not working as expected.
I would like to use CustomScrollView **paddin…
-
### 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…
-
Hello!
## Problem
As the author of the code-generator [Freezed](https://github.com/rrousselGit/freezed), I'm facing a common problem: It is difficult to handle cases where generated code depends…
-
`CustomNumberPicker(
initialValue: 99,
maxValue: 99,
minValue: 1,
step: 1,
onValue: (value) {
print(value.to…