-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace CachedNetworkImage
with Image.network
on 'Work with cached images' page
#8324
Labels
e1-hours
Effort: < 8 hrs
from.page-issue
Reported in a reader-filed concern
p1-high
Major but not urgent concern: Resolve in months. Update each month.
t.networking
Relates to networking within an app
t.ui.assets
Relates to adding or changing images, videos, and other assets
Comments
danagbemava-nc
added
st.triage.triage-team
Triage team reviewing and categorizing the issue
p2-medium
Necessary but not urgent concern. Resolve when possible.
e1-hours
Effort: < 8 hrs
and removed
st.triage.triage-team
Triage team reviewing and categorizing the issue
labels
Mar 2, 2023
atsansone
added
from.page-issue
Reported in a reader-filed concern
t.ui.assets
Relates to adding or changing images, videos, and other assets
labels
May 22, 2023
atsansone
changed the title
[PAGE ISSUE]: 'Work with cached images'
Replace May 30, 2023
CachedNetworkImage
with Image.network
on 'Work with cached images' page
This was referenced May 30, 2023
atsansone
added
p1-high
Major but not urgent concern: Resolve in months. Update each month.
and removed
p2-medium
Necessary but not urgent concern. Resolve when possible.
labels
May 30, 2023
Escalated to P1 as it was found repeatedly over 4 years. This should get extra attention. |
Proposed actions:
sg? |
#9923 is blocked until we get confirmation that |
sfshaza2
pushed a commit
that referenced
this issue
Feb 12, 2024
Drop references to `cached_network_image` package because the [`Image.network`](https://api.flutter.dev/flutter/widgets/Image/Image.network.html) named constructor caches images. Closes #8324 --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
atsansone
pushed a commit
to atsansone/website
that referenced
this issue
Feb 15, 2024
Drop references to `cached_network_image` package because the [`Image.network`](https://api.flutter.dev/flutter/widgets/Image/Image.network.html) named constructor caches images. Closes flutter#8324 --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
atsansone
pushed a commit
to atsansone/website
that referenced
this issue
Apr 5, 2024
Drop references to `cached_network_image` package because the [`Image.network`](https://api.flutter.dev/flutter/widgets/Image/Image.network.html) named constructor caches images. Closes flutter#8324 --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
e1-hours
Effort: < 8 hrs
from.page-issue
Reported in a reader-filed concern
p1-high
Major but not urgent concern: Resolve in months. Update each month.
t.networking
Relates to networking within an app
t.ui.assets
Relates to adding or changing images, videos, and other assets
Page URL
https://docs.flutter.dev/cookbook/images/cached-images/
Page source
https://github.com/flutter/website/tree/main/src/cookbook/images/cached-images.md
Describe the problem
This page recommends the CachedNetworkImage package, which I believe to be unnecessary now that the
Image.network
constructor exists and "All network images are cached regardless of HTTP headers".Expected fix
Recommend the built-in
Image.network
constructor instead of a third-party package.Additional context
No response
The text was updated successfully, but these errors were encountered: