flutter_sanity_image_url 0.0.2 flutter_sanity_image_url: ^0.0.2 copied to clipboard
A flutter package to quickly generate sanity image urls.
0.0.1 #
- Add
ImageUrlBuilder
class which can be used to generate sanity urls with options.
0.0.2 #
- Add types:
SanityImage
SanityAsset
SanityPalette
SanityColor
- Change the builder to use
SanityImageSource
as an asset input, which is eitherSanityAsset
orSanityImage
. - Add
fromJson
methods for all new model classes, which increases ease of use for sanity features such aslqip
and the palette.