Skip to content

Releases: fluttercandies/flutter_smart_dialog

v4.9.8+x

16 Sep 14:05
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix #82
  • Fix #84
  • add 'highlightMask_nonAnimation'

v4.6.1

21 Oct 14:05
Compare
Choose a tag to compare
  • Add 'ignoreArea' feature
  • Fix #81
  • Optimize 'KeepSingle'
  • Adjust default 'maskColor' config
  • Optimize ‘bindWidget’

v4.6.0

16 Oct 15:37
Compare
Choose a tag to compare
  • Add ‘bindWidget’ feature 🥳
  • Add ‘nonAnimationTypes’ feature 🥳
  • Optimize route monitor 😇

v4.5.5

03 Sep 07:50
Compare
Choose a tag to compare
  • Complete #75: add animationBuilder(Support highly custom animation)
  • Optimize #77
  • Fix #78
  • Fix #80