Baseflow / Baseflow/flutter_cached_network_image
CachedNetworkImageProvider should have placeholder
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
The `CachedNetworkImageProvider` should have a `placeholder` which is the first image to be sent in the `ImageProvider` `ImageStream`. This way we can easy deal with cases where an image doesn't exist on the server.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at CachedNetworkImageProvider and the Flutter ImageProvider/ImageStream behavior described in the issue. Determine how the first image is emitted and how a missing server image is represented. Done means the provider supports a placeholder as the first image in the stream and the missing-image case can be handled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100