ndialog 3.0.0
ndialog: ^3.0.0 copied to clipboard
Dialog material widget with blur background and popup animation
3.0.0 30 July 2020 #
- 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 30 July 2020 #
- Add CustomProgressDialog
- Optimize codes
- Fix the version changelog
2.1.1+7 27 July 2020 #
- Show NAlertDialog and NDialog much easier
- Optimize the codes!
2.1.0+6 19 May 2020 #
- Fix AnimatedPopup
2.1.0+5 19 May 2020 #
- Fix something
2.1.0+4 19 May 2020 #
- I hope it work now (just publishing issues).
2.1.0+3 19 May 2020 #
- Another touch
2.1.0+2 19 May 2020 #
- Little touch here an there
2.1.0+1 19 May 2020 #
- 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 30 Oct 2019 #
- Fix double blur issues
- Set 0 as default value of blur
2.0.2 10 Oct 2019 #
- Fix set blur on progressdialog
2.0.1 10 Oct 2019 #
- Fix Return value from ProgressDialog.future
2.0.0 09 Oct 2019 #
- 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 07 Oct 2019 #
- Fix ProgressDialog bug and layouting
1.2.1+2 07 Oct 2019 #
- Fix Bug (Health issues still there -_-)
1.2.1+1 07 Oct 2019 #
- Fix Bug (Health issues)
1.2.1 07 Oct 2019 #
- Fix ProgressDialog bug and layouting
1.2.0 07 Oct 2019 #
- Add ProgressDialog
- Add ProgressDialog with Future
- Set your dialog look with DialogStyle
1.1.0 03 Oct 2019 #
- Fix overflow actions
1.0.0 02 Oct 2019 #
- First release.