Releases: fluttercandies/flutter_smart_dialog
Releases · fluttercandies/flutter_smart_dialog
v4.5.4
v4.5.3
- 🤯 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
- 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
v4.3.1
v4.0.7
- 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
- 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