You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NetworkGiffyDialog class has been replaced with the GiffyDialog.image constructor.
The image property in the old API is now can be set using the Image.network in the new API.
The AssetGiffyDialog class has been replaced with the GiffyDialog.image constructor.
The image property in the old API is now can be set using the Image.asset in the new API.
The FlareGiffyDialog class has been replaced with the GiffyDialog.rive constructor.
The flarePath and flareAnimation properties in the old API is now can be set using the rive property of
type RiveAnimation in the new API.
The description property in the old API is now can be set using the content widget in the new API.
The onOkButtonPressed and onCancelButtonPressed properties in the old API are replaced with the actions
property in the new API to handle button actions.
The onlyOkButton, onlyCancelButton, buttonOkText, buttonCancelText and all the other button
related properties in the old API is no longer available and has been replaced with the actions property in the
new API to handle button actions.
The cornerRadius property in the old API is now can be set using the shape property in the new API.
A new GiffyDialog.lottie constructor has been added to support Lottie animations.
This discussion was created from the release v2.0.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🚨 Breaking
NetworkGiffyDialogclass has been replaced with theGiffyDialog.imageconstructor.imageproperty in the old API is now can be set using theImage.networkin the new API.AssetGiffyDialogclass has been replaced with theGiffyDialog.imageconstructor.imageproperty in the old API is now can be set using theImage.assetin the new API.FlareGiffyDialogclass has been replaced with theGiffyDialog.riveconstructor.flarePathandflareAnimationproperties in the old API is now can be set using theriveproperty oftype
RiveAnimationin the new API.descriptionproperty in the old API is now can be set using thecontentwidget in the new API.onOkButtonPressedandonCancelButtonPressedproperties in the old API are replaced with theactionsproperty in the new API to handle button actions.
onlyOkButton,onlyCancelButton,buttonOkText,buttonCancelTextand all the other buttonrelated properties in the old API is no longer available and has been replaced with the
actionsproperty in thenew API to handle button actions.
cornerRadiusproperty in the old API is now can be set using theshapeproperty in the new API.GiffyDialog.lottieconstructor has been added to support Lottie animations.This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions