@nativescript-community/ui-image
Version:
Advanced and efficient image display plugin which uses Glide (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
49 lines (48 loc) • 2.42 kB
JSON
{
"uses": [
"android.net:Uri",
"android.graphics.drawable:Animatable",
"com.nativescript.image:SharedPrefCacheKeyStore",
"com.nativescript.image:CacheKeyStore",
"com.nativescript.image:EvictionManager",
"com.nativescript.image:EvictionManager.DiskPresenceCallback",
"com.nativescript.image:EvictionManager.EvictionCallback",
"com.nativescript.image:ImageProgressCallback",
"com.nativescript.image:ImageLoadSourceCallback",
"com.nativescript.image:CustomGlideUrl",
"com.nativescript.image:ConditionalCrossFadeFactory",
"com.nativescript.image:SaveKeysRequestListener",
"com.nativescript.image:CompositeRequestListener",
"com.nativescript.image:MatrixDrawableImageViewTarget",
"com.nativescript.image:MatrixImageView",
"com.nativescript.image:GlideConfiguration",
"com.nativescript.image:GlideRequest",
"com.bumptech.glide:Glide",
"com.bumptech.glide.signature:ObjectKey",
"com.bumptech.glide.request:BaseRequestOptions",
"com.bumptech.glide.request:RequestOptions",
"com.bumptech.glide:RequestBuilder",
"com.bumptech.glide.request:RequestListener",
"com.bumptech.glide.request.target:Target",
"com.bumptech.glide.request.target:ViewTarget",
"com.bumptech.glide:RequestManager",
"com.bumptech.glide.load:MultiTransformation",
"com.bumptech.glide.load:Transformation",
"com.bumptech.glide.load:DataSource",
"com.bumptech.glide.load:Key",
"com.bumptech.glide.load.resource.drawable:DrawableTransitionOptions",
"com.bumptech.glide.load.engine:DiskCacheStrategy",
"com.bumptech.glide.request.transition:Transition",
"com.bumptech.glide.request.transition:DrawableCrossFadeFactory",
"android.graphics.drawable:Drawable",
"android.graphics.drawable:BitmapDrawable",
"android.widget:ImageView.ScaleType",
"android.widget:ImageView",
"androidx.appcompat.widget:AppCompatImageView",
"android.graphics.PorterDuff:Mode",
"jp.wasabeef.glide.transformations:BlurTransformation",
"jp.wasabeef.glide.transformations:CropCircleTransformation",
"jp.wasabeef.glide.transformations:RoundedCornersTransformation",
"jp.wasabeef.glide.transformations:ColorFilterTransformation"
]
}