Skip to content

Releases: fluttercandies/flutter_smart_dialog

v4.5.4

08 Aug 13:14
Compare
Choose a tag to compare
  • Add SmartMaskTriggerType (#71)
  • Fix #72

v4.5.3

07 Jun 13:52
fc5f83e
Compare
Choose a tag to compare
  • 🤯 Remove 'target' param(showAttach): please use 'targetBuilder' instead of 'target' param
  • Optimize scalePointBuilder (showAttach)
  • Optimize showAttach
  • Add replaceBuilder (showAttach)
  • Add onDismiss/onMask (showLoading)
  • Add displayTime (show/showAttach/showLoading)

v4.3.6

07 Jun 05:57
Compare
Choose a tag to compare
  • Adjust AnimationType
    • fade: FadeTransition for all positions
    • scale: All positions are ScaleTransition
    • centerFade_otherSlide: The center position is the FadeTransition, and the other positions are the SlideTransition
    • centerScale_otherSlide: The center position is the ScaleTransition, and the other positions are the SlideTransition
  • Add scalePointBuilder (showAttach)

v4.3.5

30 May 02:32
Compare
Choose a tag to compare
  • Add SmartAwaitOverType
  • Fix #60
  • Add SmartDialogController

v4.3.1

12 May 03:09
da0ca5a
Compare
Choose a tag to compare
  • Adapt to flutter 3
  • Fix #56

v4.0.7

11 May 09:56
Compare
Choose a tag to compare
  • Fix #53
  • Fix back event cannot close loading
  • Add SmartAwaitOverType
  • Fix #56
  • Fix #60
  • Adjust AnimationType
    • fade: FadeTransition for all positions
    • scale: All positions are ScaleTransition
    • centerFade_otherSlide: The center position is the FadeTransition, and the other positions are the SlideTransition
    • centerScale_otherSlide: The center position is the ScaleTransition, and the other positions are the SlideTransition
  • Add scalePointBuilder (showAttach)
  • Remove 'target' param(showAttach): please use 'targetBuilder' instead of 'target' param
  • Optimize scalePointBuilder (showAttach)

v4.0.0

04 May 15:08
Compare
Choose a tag to compare
  • Breaking Change!!! migrate doc: 3.x migrate 4.0 | 3.x 迁移 4.0
  • Major update 🥳🥳🥳
  • Subdivided 'config', can control 'show', 'showAttach', 'showLoading', 'showToast' in more detail
  • Add 'bindPage' feature, it can reasonably solve the problem of dialog jumping pages
  • Now 'dismiss' can carry the return value, similar to pop and push usage
  • You can use the 'permanent' param to set a permanent dialog
  • The interval time that can be added between successive displays of toasts
  • Loading can set the least loading time
  • Add click listener for dialog mask

v3.5.0

01 May 13:57
Compare
Choose a tag to compare

v3.4.0

01 Mar 07:55
Compare
Choose a tag to compare
  • 'showToast' add 'consumeEvent' param: #27
  • 'dismiss' can close dialogs with duplicate tags
  • Fix #28

v3.3.9

27 Feb 15:21
Compare
Choose a tag to compare
  • Add SmartStatus.smart
  • Fixed the problem that the top-of-stack dialog would be closed if the tags did not match