Releases: fluttercandies/flutter_smart_dialog
Releases · fluttercandies/flutter_smart_dialog
v5.0.0
08 Mar 02:35
Compare
Sorry, something went wrong.
No results found
publish to 5.0.0 and fix issues #280 #282 #284 #286 #288
fix: avoid calling OverlayEntry.markNeedsBuild after dispose (#282 )
fix: guard toast RenderBox access to prevent "RenderBox was not laid out" (#280 )
fix: correct dialog onBack interception logic (#284 )
fix: harden showAttach/bindWidget lifecycle and geometry checks (#288 )
test: add regression test for bindPage close on route replace (#286 )
chore: update CHANGELOG for 5.0.0 with issue links
BREAKING CHANGE: adjust dialog onBack interception behavior to match expected handling in #284 .
Fixes #280
Fixes #282
Fixes #284
Fixes #286
Fixes #288
v4.9.8+x
16 Sep 14:05
Compare
Sorry, something went wrong.
No results found
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
19 May 09:22
Compare
Sorry, something went wrong.
No results found
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
18 Apr 02:09
Compare
Sorry, something went wrong.
No results found
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
05 Mar 09:20
Compare
Sorry, something went wrong.
No results found
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
20 Jan 01:34
Compare
Sorry, something went wrong.
No results found
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
06 Nov 15:12
Compare
Sorry, something went wrong.
No results found
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
27 Oct 03:23
Compare
Sorry, something went wrong.
No results found
Fix #82
Fix #84
add 'highlightMask_nonAnimation'
v4.6.1
21 Oct 14:05
Compare
Sorry, something went wrong.
No results found
Add 'ignoreArea' feature
Fix #81
Optimize 'KeepSingle'
Adjust default 'maskColor' config
Optimize ‘bindWidget’
v4.6.0
16 Oct 15:37
Compare
Sorry, something went wrong.
No results found
Add ‘bindWidget’ feature 🥳
Add ‘nonAnimationTypes’ feature 🥳
Optimize route monitor 😇