prompt_dialog 1.0.18
prompt_dialog: ^1.0.18 copied to clipboard
Prompt Dialog Widget JS-LIKE for Flutter. Use prompt dialog easy and simple for your flutter app.
1.0.18 #
- Add helperText parameters.
1.0.17 #
- Add dispose text editing controller.(#24) Huge Thanks! @TechAurelian2
- Change from
onPopInvokedtoonPopInvokedWithResult.
1.0.16 #
- Adding inputFormatters as parametter #22. Huge Thanks! @Spawin
1.0.15 #
- Add maxLength parameters.
1.0.14 #
- Replace WillPopScope to PopScope.
1.0.13 #
- Add all padding parameters.
1.0.12 #
- Make dialog to scrollable.
1.0.11 #
- Add
decorationproperty.(#20) - Huge Thanks! @ArkinSolomon
1.0.10 #
- Add
controllerproperty.(#19) - Huge Thanks! @mitrakov
1.0.9 #
- Add
textAlignproperty.(#16) - Huge Thanks! @FelipeSamuel
1.0.8 #
- Update example usage.(#14)
- Huge Thanks! @mjablecnik
1.0.7 #
- Fix the validator issue.(#12)
- Huge Thanks! @dakamojo
1.0.6 #
- Add
isSelectedInitialValueproperty.(#11) - Huge Thanks! @hippyau
1.0.5 #
- Add
validatorproperty.(#10) - Huge Thanks! @cmorsucci
1.0.4 #
- Add
showPasswordIcon,barrierDismissibleproperties. - Simpler fix for returning initialValue if no changes.
- Huge Thanks! @FRFGCCEVCV
1.0.3 #
- Fix for returning initialValue.(#8) Huge Thanks! @gnilron
1.0.2 #
- Add
onEditingCompleteproperty.(#6)
1.0.1 #
- Change default value of autofocus to true.
1.0.0 #
- Apply null safety.
0.1.4 #
- Add
keyboardType,textInputActionproperty.
0.1.3 #
- Add
textCapitalizationproperty. Huge Thanks! @joachimvalente
0.1.2 #
- Add
obscureTextandobscuringCharacterproperties. Huge Thanks! @tpillow
0.1.1 #
- Add
hintText,maxLinesandminLinesproperties.
0.1.0 #
- Add example main.
0.0.3 #
- Change passing as widget.
0.0.2 #
- Add api document and will pop scope.
0.0.1 #
- Publish initial version.