kdialogs 0.1.1 kdialogs: ^0.1.1 copied to clipboard
Implementation of common dialogs in Flutter projects, useful for accelerating development.
0.0.1 #
- Initial release.
- showKDialogWithLoadingMessage
- showKDialogWithLoadingIndicator
- showBottomAlertKDialog
- showKDialogContent
- showConfirmationKDialog
- showAsyncProgressKDialog
0.0.2 #
- Fix showConfirmationKDialog and showBottomAlertKDialog response
- response false by default
- Fix showConfirmationKDialog width when message is short
0.0.3 #
- Refactor
- Add options dialogs
0.1.0 #
- Improvements in the way objects are compared in the options dialog
0.1.1 #
- Fix result on options dialogs when cancel button is pressed, returns null now