flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Frame time is xxxx ms Check that graphics HAL is generating vsync timestamps using the correct timebase.

Open yogithesymbian opened this issue 3 years ago • 0 comments

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.

yogithesymbian avatar Nov 21 '21 16:11 yogithesymbian