widgets/network_image/network_image
library
Classes
-
CustomNetworkImage
-
CustomNetworkImage is a custom image widget
isFromAPI
is define your image from api or internet
apiUrl
if isFromAPI
then apiUrl is required
apiUrl
if isFromAPI
then apiExtraSlag
is optional
errorImagePath is your local assets path (optional)/errorIconData is iconData (optional) if your image is not exists or internet connection is failed then this image show to user
Define CustomNetworkImage when is from api url
CustomNetworkImage(
isFromAPI: true,
isPreviewPageNeed: false,
networkImagePathFromAPI: UserController.to.getUserInfo.profilePhotoUrl ?? '',
apiUrl: Service.apiUrl,
width: 70,
height: 70,
errorImagePath: 'images/image/user-default.png',
fit: BoxFit.cover,
)
-
ImagePreview
-
-
NetworkImageWidget
-