GtdImage extension

on

Static Methods

assetAnimated({required String assetName, String? packageName, double? width, double? height, BoxFit? fit, AnimationController? controller, bool? repeat, bool? reverse}) Widget

Available on Image, provided by the GtdImage extension

cachedImgFromUrl(String url) Widget

Available on Image, provided by the GtdImage extension

cachedImgUrlWithPlaceholder({required String url, Widget? placeholder, Widget? errorWidget, BoxFit? fit}) Widget

Available on Image, provided by the GtdImage extension

giftFromCommon({required String assetName, String? packageName, BoxFit? boxFit}) Image

Available on Image, provided by the GtdImage extension

giftFromSupplier({required String assetName, String? packageName, BoxFit? boxFit}) Image

Available on Image, provided by the GtdImage extension

imgFromCommon({required String assetName, required String packageName, double? width, double? height, BoxFit? fit}) Image

Available on Image, provided by the GtdImage extension

imgFromSupplier({required String assetName, String? packageName, double? width, double? height, BoxFit? fit}) Image

Available on Image, provided by the GtdImage extension

imgFromUrl(String url, {BoxFit boxFit = BoxFit.fitWidth}) Image

Available on Image, provided by the GtdImage extension

lottieImage({required String assetName, double? width, double? height, BoxFit? fit, AnimationController? controller, bool? repeat, bool? reverse}) Widget

Available on Image, provided by the GtdImage extension

networkAnimated({required String assetName, String? packageName, double? width, double? height, BoxFit? fit, AnimationController? controller, bool? repeat, bool? reverse}) Widget

Available on Image, provided by the GtdImage extension

svgFromAsset({required String assetPath, double? width, double? height, BoxFit fit = BoxFit.contain, Color? color}) Widget

Available on Image, provided by the GtdImage extension

svgFromCommon({required String assetName, String? packageName, double? width, double? height, BoxFit fit = BoxFit.contain, Color? color}) Widget

Available on Image, provided by the GtdImage extension

svgFromSupplier({required String assetName, String? packageName, double? width, double? height, BoxFit fit = BoxFit.contain, Color? color}) Widget

Available on Image, provided by the GtdImage extension

svgFromUrl(String url, {BoxFit boxFit = BoxFit.fitWidth}) Widget

Available on Image, provided by the GtdImage extension