Releases: fluttercandies/dart_image_size_getter
Releases · fluttercandies/dart_image_size_getter
library-2.3.0
What's Changed
- Feat add no standard jpeg decoder by @CaiJingLong in #41
- feat: Add getSizeResult by @CaiJingLong in #42
Add new class:
class SizeResult
Add two methods:
- getSizeResult
- getSizeResultAsync
User need replace getSize
to getSizeResult
, getSizeAsync
to getSizeResultAsync
.
The old method getSize
and getSizeAsync
was marked @Deprecated
.
The SizeResult contains size
and decoder
, now user can know what decoder in the get size.
Full Changelog: library-2.1.3...library-2.3.0
library-2.1.3
What's Changed
- Support heic decode by @CaiJingLong in #28
- Support lossless WebP by @poppingmoon in #38
New Contributors
- @poppingmoon made their first contribution in #38
Full Changelog: library-2.1.2...library-2.1.3
heic-1.0.1
Downgrade dart sdk version
Full Changelog: heic-1.0.0...heic-1.0.1
heic-1.0.0
What's Changed
- Support heic decode by @CaiJingLong in #28
Full Changelog: library-2.1.2...heic-1.0.0
library-2.1.2
What's Changed
- Fix: support gif 87a by @CaiJingLong in #24
Full Changelog: library-2.1.1...library-2.1.2
library-2.1.1
library-2.1.0
What's Changed
- Add needRotate for Size by @CaiJingLong in #20
Full Changelog: http_input-2.0.0...library-2.1.0
library-2.0.0
What's Changed
- Refactoring code by @CaiJingLong in #17
Full Changelog: 1.1.0...library-2.0.0
http_input-2.0.0
What's Changed
- http input 2.0.0 by @CaiJingLong in #18
Full Changelog: library-2.0.0...http_input-2.0.0
library-1.1.0
What's Changed
- Support webp extended format by @nkming2 in #11
- Http input by @CaiJingLong in #14
- Http input by @CaiJingLong in #16
New Contributors
Full Changelog: 1.0.0...1.1.0