ndialog 4.5.0+1
ndialog: ^4.5.0+1 copied to clipboard
Customize your dialog's style much easier with NDialog, animate the show transition, or show the progress dialog most simply.
4.5.0+1 #
- Latest Flutter adjustments
OnProgressError
,OnProgressFinish
,OnProgressCancel
Deprecated- Removing ProgressDialog's
onCancel
&cancelText
, useonDismiss
&cancelButtonWidget
instead - Change how ProgressDialog's error handling works, use flutter's
future.catchError
4.4.1 & [4.4.1+1] #
- Latest flutter supports
4.4.0 #
- Flutter 3.27.0 support (Thanks to JEuler 🍻)
- Some minors and deprecated adjustments
- Fix Web support
4.3.1 #
- Update nullsafety examplen and adjustment
- Fix Web support
4.3.0 #
- Update deprecated and change colors from card into dialogBackgroundColor
- Add workflows to provide demo, Find it here
4.2.3 #
- Use universal io to make it work on web
4.2.2 #
- Adjust theme for future's custom progress dialog
4.2.1 #
- Adjust theme for textbutton
4.2.0 #
- Adaptive loading indicator on CustomProgressDialog
- Fix theme on progress dialog's buttons
- Update example
- Update readme
4.1.1+1 #
- Solve pub.dev scoring
4.1.1 #
- Update deprecated and
- Solve pub.dev scoring
4.1.0 #
- Add showCustomProgressDialog and showProgressDialog (E.g Future.delayed(Duration(seconds:3)).showCustomProgressDialog(context))
- Add isShowed to check if Progress Dialogs is showed #5
- Fix ProgressDialog future's Type
4.0.1 #
- Fix SkDeletable bugs
4.0.0+1 #
- Fix readme ndialog version
4.0.0 #
- Migrate to nullsafety with stable version
3.5.0-nullsafety.1 #
- Migrate to nullsafety
- Fix some function and animation bugs
- Fix Bugs
3.3.2 #
- Add default transition duration, to make it much-much smooth and flexible
- Fix Transparent barrier when its color is Null
- Fix pop delay when dialog's transition is null
3.3.1 #
- Fix ProgressDialog and CustomDialog dismiss after future complete
- Fix Bugs
3.3.0 #
- Add new customize Transition (Extensions supported too)
- Show dialog with native call
- Fix Bugs
3.2.1 #
- Fix ZoomDialog's bugs
- Fix Stack's "overflow removed"
3.2.0 #
- ZoomDialog, a dialog... but you can zoom on it
- Fix some typos on description
3.1.0 #
- Dialog extensions, simply show dialog with Flutter's built-in dialogs
- Remove 3rd party plugins
3.0.0 #
- Update pubspec.yaml
- Add background color dialog
- No radius on action buttons
- BlurDialogBackground is depreceted, use DialogBackground instead
- Rewrite readme.md
- Optimize codes
- Fix bug
2.1.2 #
- Add CustomProgressDialog
- Optimize codes
- Fix the version changelog
2.1.1+7 #
- Show NAlertDialog and NDialog much easier
- Optimize the codes!
2.1.0+6 #
- Fix AnimatedPopup
2.1.0+5 #
- Fix something
2.1.0+4 #
- I hope it work now (just publishing issues).
2.1.0+3 #
- Another touch
2.1.0+2 #
- Little touch here an there
2.1.0+1 #
- You can popup the dialog without bouncing animation, simply use animatePopup : false
- progressDialog widget changed to LoadingWidget
- You can change LoadingWidget simply like you change Title and Message
2.0.2+1 #
- Fix double blur issues
- Set 0 as default value of blur
2.0.2 #
- Fix set blur on progressdialog
2.0.1 10 Oct 2019 #
- Fix Return value from ProgressDialog.future
2.0.0 #
- You can blur any dialog background using BlurDialogBackground.
- separate the NDialog class into 2, NDialog and NAlertDialog.
- Fix bugs when the screen gets smaller (for example when the keyboard appears)
1.2.1+3 #
- Fix ProgressDialog bug and layouting
1.2.1+2 #
- Fix Bug (Health issues still there -_-)
1.2.1+1 #
- Fix Bug (Health issues)
1.2.1 #
- Fix ProgressDialog bug and layouting
1.2.0 #
- Add ProgressDialog
- Add ProgressDialog with Future
- Set your dialog look with DialogStyle
1.1.0 #
- Fix overflow actions
1.0.0 #
- First release.