twicpics_components 0.3.0 twicpics_components: ^0.3.0 copied to clipboard
A library that brings the power of TwicPics to your flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
0.3.0 - 2024-03-20 #
Added #
-
Adds
TwicVideo
for a seamless playback of videos optimized with TwicPics. -
Adds support for translucency in
TwicImg
.
Fixed #
-
Ensures that the
API
is not queried too frequently when resizing viewport. -
Fixes multiple calls to
inspect
route when resizing viewport.
0.2.1 - 2023-09-18 #
Changed #
-
Chores: simplifies LQIP data retrieval by using
inspect
route. -
Updates brand: TwicPics becomes TwicPics by Frontify.
0.2.0 - 2023-07-18 #
Added #
- Adds
refit
property toTwicImg
that allows to automatically reframe image to main object(s).
Fixed #
- Fixes example project for MacOS platform: 'Operation not permitted issue' when trying to fetch asset.
0.1.1 - 2023-06-16 #
Fixed #
- Improves responsiveness of cached image display.
- No more unnecessary redrawing when
TwicImg
is placed in a stateful widget tree.
0.1.0 - 2023-05-27 #
Added #
- Add
TwicImg
widget.