giffy_dialog 2.3.0
giffy_dialog: ^2.3.0 copied to clipboard
A Flutter package for a quick, handy and beautiful giffy dialogs and bottom sheets.
2.3.0 #
- Bump rive version to
^0.13.10. - Bump lottie version to
^3.1.0. - Bump minimum Flutter version to
3.22.0.
2.1.0 #
- Bump rive version to
^0.13.0. - Bump lottie version to
^3.0.0. - Bump minimum Flutter version to
3.16.0.
2.0.0+2 #
- Fix README.md gif links.
2.0.0+1 #
- Add live demo link to README.md.
- Update README.md.
2.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 theactionsproperty 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.
1.8.0 #
- Fixed pub scoring errors
- Upgraded flare_flutter dependency.
1.7.0 #
- Added ability to have only Cancel button, just like only OK button. Thanks to (@SaadBinShahid)
- Upgraded flare_flutter dependency.
1.6.1 #
- Minor Improvements.
1.6.0 #
- Added Some more variations for Entry Animation.
enum EntryAnimation {
DEFAULT, // Center
LEFT,
RIGHT,
TOP,
BOTTOM,
TOP_LEFT,
TOP_RIGHT,
BOTTOM_LEFT,
BOTTOM_RIGHT,
}
- Added a callback for Cancel Button Pressed.
- Added Documentation
- Minor bug fixes
1.5.0 #
- Added Entry Animation for dialogs.
- DEFAULT,
- LEFT_RIGHT,
- RIGHT_LEFT,
- TOP_BOTTOM,
- BOTTOM_TOP,
1.4.0 #
- Added Landscape dialogs and reduced code size.
1.3.0 #
- Remove dependency from cached_network_image (More Generic).
1.2.0 #
- Add widget tests and description.
1.1.1 #
- Fix formatting.
1.1.0 #
- Added Boolean to show only OK button.
1.0.1 #
- Minor Changes.
1.0.0 #
- Initial Release.
