Coil3Integration

A plugin that implements Fetcher.Factory to support using StorageItem as data when creating an ImageRequest or using it as a model in Compose Multiplatform.

Types

Link copied to clipboard
class Config

The configuration for the coil integration.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open suspend fun close()
Link copied to clipboard
abstract fun create(data: StorageItem, options: Options, imageLoader: ImageLoader): Fetcher?
Link copied to clipboard
open fun init()