flutter_sanity_image_url 0.1.0
flutter_sanity_image_url: ^0.1.0 copied to clipboard
Flutter plugin for displaying images from Santiy CMS. Also provides useful image metadata such as low quality image placeholders, and image color palette.
0.0.1 #
- Add
ImageUrlBuilderclass which can be used to generate sanity urls with options.
0.0.2 #
- Add types:
SanityImageSanityAssetSanityPaletteSanityColor
- Change the builder to use
SanityImageSourceas an asset input, which is eitherSanityAssetorSanityImage. - Add
fromJsonmethods for all new model classes, which increases ease of use for sanity features such aslqipand the palette.
0.0.3 #
- Various bugfixes.
0.1.0 #
- Add widget
ImagePlaceholderwhich can show a Low Quality Image Placeholder while loading an image. - Add example usages in the
/exampleapp:- example of use of color pallette.
- example of use of image placeholder.