Baseflow / Baseflow/flutter_cached_network_image
Frame time is xxxx ms Check that graphics HAL is generating vsync timestamps using the correct timebase.
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
```
Frame time is 0.031599 ms in the future! Check that graphics HAL is generating vsync timestamps using the correct timebase.
```
the ui just set on error . i cant use this library .
```
CachedNetworkImage(
imageUrl:
"https://scodeid.files.wordpress.com/2019/06/cropped-scodeid-1.png?w=200",
// imageUrl: '$kApiUri/${whoAmI?.imageProfile}',
height: 75.h,
progressIndicatorBuilder:
(context, url, downloadProgress) =>
CircularProgressIndicator(
value: downloadProgress.progress),
errorWidget: (context, url, error) =>
Icon(Icons.error),
),
```
there is no catch any message , just frame time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.