Null Safety issue on the given example! #11545
Labels
e2-days
Effort: < 5 days
from.page-issue
Reported in a reader-filed concern
p2-medium
Necessary but not urgent concern. Resolve when possible.
Page URL
https://docs.flutter.dev/cookbook/effects/shimmer-loading/
Page source
https://github.com/flutter/website/tree/main/src/content/cookbook/effects/shimmer-loading.md
Describe the problem
There is an issue with the code provided in the example below. When I copied the whole code from the interactive editor in the website and pasted it into my project to use the
ShimmerLoading
widget, I found that I get the classicNull check operator used on a null value
error. See the issue in the below snippet.Expected fix
It should be changed to this,
Additional context
No response
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: