Haodong
Haodong
If I use setValueAnimated() to set value.It will be like this https://raw.githubusercontent.com/VcotyQin/VaingloryGoData/master/another/circlebar.png but if I use setValue(),everything is awesome.
I changed the logic of skipping comments and parsing string arrays.
 MikuMikuRig的版本是:0.56
Like JsonSerializable, we can define many converters using the argument `converters`. ```dart @JsonSerializable(converters: [DateTimeConverter(), IntConverter()]) ``` But Freezed does not have the same argument. So, I'm wondering if there's a...
# Description There are routes: `/**`, `/test/`, and if I want to find `/test/` using `Modular.to.pushNamed('/test')`, `/**` will be matched, that is unexpected. So in this PR, when finding wildcard...
I hope a ChildRoute could be **single instance** for the APP. When I using `Modular.to.pushName('/example/path')`, modular will find the existing page in the stack and move it to the top,...
The type of OctoImageBuild is `typedef OctoImageBuilder = Widget Function(BuildContext context, Widget child);`, and I need to handle a GIF by frame just like `frameBuilder` in offical `Image` widget. And...
**Description** **Hello, thanks for this amazing project!** There's a lot of pages in my Widgetbook APP, and it hard to find a widget if I cannot spell it correctly. So...