-
There is always a white background that cannot be set to transparent making it impossible to achieve the second example(orange) without having that annoying white background behind the curved header.
-
This is my second draft of a proposal for code generation ("code gen" from now on) through specialized classes called "macros". The issue where this is being discussed is #1482 and my first proposal i…
-
Given the following code
```dart
class CodeInput extends StatelessWidget {
final codeControl = InputCodeControl(
inputRegex: '^[0-9]',
);
final Function onDone;
CodeInput({this.on…
-
**Image.network load failed.**
Image:
https://lh3.googleusercontent.com/a-/AOh14Ghm2Dsw3Xl4ABQiQgQ9Y7CKEG5GmmATNkpwXXGIwsxN_0EUTXnQ8hLosWeg8V9D50_lt0Kc_kElLhA8USv9lUESs-7RZ8-jnO8DQVdkYI4xt71Qm5-R…
-
Hi there,
Thanks for the quick MIT License update. I see you have also moved to using overlays instead of pushing a PageRouteBuilder. I was already experimenting with overlay changes in my fork by …
-
Some Material widgets are missing a themeable mouse cursor.
## Use case
For example, desktop-oriented themes might not want cursors changing over buttons and alike. In this case, it would be des…
-
I want to define accentColor , scaffoldBackgroundColor , for each brightness.
also I have some textTheme which I want to define for each brightness.
but if I write scaffoldBackgroundColor like bello…
-
运行在MacOS向上滑动无法触发加载更多事件,点击也无法触发
![image](https://user-images.githubusercontent.com/5847105/167766382-3898d4ea-db57-4443-b937-63f7ae71eec2.png)
-
received this message but i initiated the zettle sdk as per your documentation.
Unhandled Exception: Exception: Zettle SDK is not initialized. You should call Zettle.init(iosClientId, androidClientId…
-
I need another instance of the ```AutoScrollTag``` be ```SliverAutoScrollTag``` so i can use it inside CustomScrollView.
Please note that my ```itemBuilder``` is a ```SliverGrid``` and i want to wrap…