standard_dialogs 2.1.0
standard_dialogs: ^2.1.0 copied to clipboard
Package with standardized dialogues for use in your application or package.
2.1.0 #
- Added option to be able to define which option should start checked when opening the checkbox or radio dialog. For that, the
checkedparameter must be informed in theDialogChoiceclass. - Replaced obsolete properties with new properties.
2.0.0 #
- Implemented Null Safety
- Replaced package
pendanticwithflutter_lints.
1.2.2 #
- Adjustments related to obsolete widgets and parameters
1.2.1 #
- Update in the file '.gitignore' not to comit 'pubspec.lock'
- Deleted the file 'pubspec.lock'
1.2.0 #
- Set the
titleparameter inshowBasicDialog,showErrorDialog,showSuccessDialog,showWarningDialogandshowResultDialogas optional, now thetitleorcontentor both must be passed.
1.1.2+1 #
- Adjusted List initialization according to documentation.
- Removed unnecessary import
1.1.2 #
- Adjustment made to leave the message of the
AwaitDialogcentered when the text has more than one line.
1.1.1 #
- Adjustment made to leave the title of the
ResultDialogcentered when the text has more than one line.
1.1.0+1 #
- Adjust in the readme.
- Removed unnecessary await.
- Removed unnecessary import.
1.1.0 #
- Added class to allow internationalization of the package
1.0.0+2 #
- Removed unnecessary import.
- Added workflow for automatic package publish.
1.0.0+1 #
- Adjust in the readme.
- Adjust the path of the images because I was giving
Cross-Origin Read Blocking (CORB)error when viewing the documentation.
1.0.0 #
- Initial package version