Haodong

Results 11 issues of 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.

![6491722231058_ pic](https://github.com/user-attachments/assets/b048aa0e-cd84-41d2-a51c-7a747c994f8b) 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...

enhancement
needs triage

# 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,...

enhancement
new

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...

t: feat
p: core