Qian Peng

Results 8 comments of Qian Peng

Hi, Will dart improve in this area? I think annotation could really help. Please also consider adding @childrenOverride, which means the direct child should override the abstract method even it...

Hi @leisim , Thanks for your reply. the generated `getByCustomId()` can do the job, but we prefer another way to do the job since it will massively reduce the work...

same here, any updates?

add a key on the CachedNetworkImage widget may help (it worked on my case). ```dart key: ValueKey(url), ``` it forcibly recreates a new widget (state) when the URL changed.

Is this feature will be shipped in Dart 3.0? It seems perfect to create value objects by the inline class.

any updates? 2021 already...