- Improve: Public handleLoadingProgress for default constructor of ExtendedImage. #274
- Improve: Add hitTestBehavior for GestureConfig and EditorConfig. #271
- Features: Support zoom with mouse wheel.
- Features: Add posibility to draw custom crop layout corners Add corner shape(ExtendedImageCropLayerPainterCircleCorner())
- Issues: Fix issue that flickering when zooming out(#235).
- Issues: Fix issue that slide offset is not right.
-
Features: Add cacheHeight and cacheWidth params for all constructors. Add isAntiAlias parameter. Add GestureDetailsIsChanged call back for GestureConfig(#214).
-
Improve: More demo.
-
Improve:
Merge from Defer image decoding when scrolling fast(flutter/flutter#49389).
-
Flutter sdk minimum version limit to 1.17.0.
- Features: Add cacheHeight and cacheWidth params for ExtendedImage.network. Add Key extendedImageGestureKey for ExtendedImageGesture.
- Features: Add call back CanScrollPage for ExtendedImageGesturePageView.
- Issues: Fix ScrollPhysics is not working for ExtendedImageGesturePageView
- remove docs.
- Improve: fix build error on high flutter sdk(> 1.6.0) fix analysiz_options
- Features: support loading progress for network public HttpClient of ExtendedNetworkImageProvider public ExtendedImageGestureState for SlideOffsetHandler/SlideEndHandler/SlideScaleHandler to get scale of image
- Improve: scale parameter of method(handleDoubleTap) is support animationMinScale and animationMaxScale now.
- Features: Support web. Add clearMemoryCacheWhenDispose parameter that whether clear memory cache when image is disposed.
- Issues: Fix animationMinScale and animationMaxScale are not working for gif. Fix scale parameter of method(handleDoubleTap) is beyond minScale and maxScale.
- Features: Support customize offset when slide page.
- Issues: Fix breaking change for flutter 1.10.15 about miss load parameter.
- Issues: Fix issue that ExtendedImageGesturePageView didn't work well when set initial alignment.
- Features: Support init image with alignment when initialScale >1.0.
- Issues: Fix issue that scrollDirection didn't work when set it dynamically(ExtendedImageGesturePageView ).
- Improve: Add WaterfallFlow demo.
- Features: Add completedWidget for ExtendedImageState, it is include gesture or editor, so that you would't miss them
- Improve: Improve documents about Load State
- Issues: Fix issue that rawImageData can't be cached for ExtendedExactAssetImageProvider/ExtendedAssetImageProvider.
- Improve: Add demo about ImageEditor with native library, it's faster.
- Issues: Fix issue that forget canvas.restore after canvas.clipRect
- Breaking Change: ImageEditor:you should crop image data before flip or rotate image data now.
- Improve: Increase cropping speed
- Features: Add InitCropRectType(imageRect,layoutRect) for EditorConfig to define init crop rect base on initial image rect or image layout rect.
- Breaking Change: Make sure the image is all painted to crop,the fit of image must be BoxFit.contain.
- Issues: Fix issue about drag slowly in ImageEditor
- Issues: Fix issue about strange behaviour at slide out page
- Add HeroBuilderForSlidingPage call back to fix strange hero animation
- Features: Support to crop,rotate,flip image
- Add key for ExtendedImageSlidePage
- Features: Add call back CanMovePage for ExtendedImageGesturePageView. related issue(fluttercandies#32)
- Issues: Fix issue about borderRadius and border Fix demo error about extended_text
- Improve codes base on v1.7.8
- Features: Add call back onSlidingPage when is sliding page, you can change other widgets state in page.ExtendedImageSlidePage
- Add enableSlideOutPage parameter to define whether enable slide out page. ExtendedImage
-
Breaking Change: Parameter gestureConfig is obsolete. initGestureConfigHandler is used to setting GestureConfig now.
-
Issues: Fix issue about slide page.
-
Features: Support to slide page at loading/failed state
- add README-ZH.md
- add SlideType to support slide only image or whole pageExtendedImageSlidePage
- support to slide out page
- update path_provider 1.1.0
- handle load failed when re-addListener
- add physics parameter for ExtendedImageGesturePageView
- disabled informationCollector to keep backwards compatibility for now (ExtendedNetworkImageProvider)
- import extended_image_library for network cache
- fix issue that AnimationController.stop() called after AnimationController.dispose().
- show how to build a double tap scale animation.
- add handleDoubleTap method to support zoom image base on double tap position.
- add inertia scroll when image is zoom in and it's moving page.
- fix issue that wrong behavior of page view scroll when image has big width or big height.
- fix issue that wrong behavior of page view scroll when image is zoom in.
- add onDoubleTap parameter to custom double tap behavior under ExtendedImageMode.Gesture
- add enableMemoryCache parameter, whether cache in PaintingBinding.instance.imageCache
- add clearMemoryCacheIfFailed parameter, when failed to load image, whether clear memory cache,if true, image will reload in next time.
- auto cancel network request is obsolete.
- update path_provider version from 0.4.1 to 0.5.0+1
- add cancelToken,retries,timeLimit and timeRetry parameters for ExtendedImage.network method
- add default cancelToken for ExtendedImage.network method
- fix issue about cancel network image request
- fix gesture page view scrolls not smooth
- support zoom/pan image and view image in page view like wechat(support zoom in and scroll next or previous image)
- remove image_picker_saver from extended_image. obsolete saveNetworkImageToPhoto method(if you want to save photo,you can import image_picker_saver and get data from getNetworkImageData method)
- public instantiateImageCodec method so that you can handle image data by override this in ExtendedNetworkImageProvider
- add getNetworkImageData method
- change toMd5 to keyToMd5
- public imageProvider for ExtendedImageState
- add extended image.