flutter_cached_network_image
flutter_cached_network_image copied to clipboard
Frame time is xxxx ms Check that graphics HAL is generating vsync timestamps using the correct timebase.
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.