Releases: xsahil03x/giffy_dialog
Releases · xsahil03x/giffy_dialog
v2.3.0
What's Changed
- feat: bump min flutter version to 3.22.0 by @xsahil03x in #115
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- fix: Image is imported from both Rive and Flutter. by @xsahil03x in #111
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Bump rive version to ^0.13.0.
- Bump lottie version to ^3.0.0.
- Bump minimum Flutter version to 3.16.0.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
🚨 Breaking
- The
NetworkGiffyDialogclass has been replaced with theGiffyDialog.imageconstructor. - The
imageproperty in the old API is now can be set using theImage.networkin the new API. - The
AssetGiffyDialogclass has been replaced with theGiffyDialog.imageconstructor. - The
imageproperty in the old API is now can be set using theImage.assetin the new API. - The
FlareGiffyDialogclass has been replaced with theGiffyDialog.riveconstructor. - The
flarePathandflareAnimationproperties in the old API is now can be set using theriveproperty of
typeRiveAnimationin the new API. - The
descriptionproperty in the old API is now can be set using thecontentwidget in the new API. - The
onOkButtonPressedandonCancelButtonPressedproperties in the old API are replaced with theactions
property in the new API to handle button actions. - The
onlyOkButton,onlyCancelButton,buttonOkText,buttonCancelTextand all the other button
related properties in the old API is no longer available and has been replaced with theactionsproperty in the
new API to handle button actions. - The
cornerRadiusproperty in the old API is now can be set using theshapeproperty in the new API. - A new
GiffyDialog.lottieconstructor has been added to support Lottie animations.