Releases: fluttercandies/flutter_smart_dialog
Releases · fluttercandies/flutter_smart_dialog
v4.9.8+x
- SmartDialog.config.checkExist() adjust to SmartDialog.checkExist()
- Fix #209
- Revert the initialization implementation
- Add onBack feature
- Break change
- Delete CompatibleSmartDialog
- Delete SmartConfigCustom/SmartConfigAttach/SmartConfigLoading backDismiss
- Add AdjustBuilder
- Fix #229, #235
4.9.7+x
- optimize bindWidget, when bindWidget is not null, bindPage will be automatically set to false.
- Reconstruct the implementation of initialization
- Show Debug Paint: fix #109, #115
- fix #183
- 4.9.7 bugfix: #188, #189, #190, #191
4.9.6
- fix #132
- optimize nonAnimationTypes
- toast add some param
- fix #135
- optimize loading #137
- optimize 'show debug point'
- fix #142
- add checkExist
- fix #162
- break change: "AlignmentGeometry" adjust to "Alignment"
- fix #185
v4.9.0
- Breaking Change 🤯
- refactor Toast: remove 'SmartToastType.first' and 'SmartToastType.firstAndLast'
- Feature
- 🥳 add 'SmartToastType.multi': Can display multi toasts at the same time
- 🥳 add showNotify: By setting NotifyType, many different types of Notify dialog can be used
- showNotify custom style: You can set the default dialog style for showNotify through the notifyStyle parameter in FlutterSmartDialog.init ()
- solve #102
- solve #111
- Stability🧐
v4.8.2
- Breaking Change
- If the 'bindPage' of the dialog is false, the dialog will not be closed when the page is closed
- Optimize 'tag'
- Fix #101
- Optimize 'bindWidget'
- Fix #105
v4.7.3
- Breaking Change:Toast global default config adjustment
- alignment: Alignment.center ---> Alignment.bottomCenter
- Toast 'displayType' add 'onlyRefresh'
- Compatible with flutter_boost
- Add 'SmartAttachAlignmentType'
- Add 'SmartInitType'
- Optimize 'keepSingle', 'displayTime', 'tag'
v4.6.2
- Fix #82
- Fix #84
- add 'highlightMask_nonAnimation'
v4.6.1
- Add 'ignoreArea' feature
- Fix #81
- Optimize 'KeepSingle'
- Adjust default 'maskColor' config
- Optimize ‘bindWidget’
v4.6.0
- Add ‘bindWidget’ feature 🥳
- Add ‘nonAnimationTypes’ feature 🥳
- Optimize route monitor 😇
v4.5.5
- Complete #75: add animationBuilder(Support highly custom animation)
- Optimize #77
- Fix #78
- Fix #80