website icon indicating copy to clipboard operation
website copied to clipboard

Refactor code to use standalone widgets instead of helper methods

Open khanhnwin opened this issue 3 years ago • 1 comments

Page URL

https://docs.flutter.dev/cookbook/effects/shimmer-loading

Page source

No response

Describe the problem

Some of our docs have example code which uses helper methods instead of using standalone widgets. It's a general recommendation that we break out help methods into their own standalone widgets.

Expected fix

We should refactor the code and break out all of the helper methods into standalone widgets.

Additional context

No response

khanhnwin avatar Feb 14 '22 16:02 khanhnwin