- Publish initial version.
- Add api document and will pop scope.
- Change passing as widget.
- Add example main.
- Add
hintText
,maxLines
andminLines
properties.
- Add
obscureText
andobscuringCharacter
properties. Huge Thanks! @tpillow
- Add
textCapitalization
property. Huge Thanks! @joachimvalente
- Add
keyboardType
,textInputAction
property.
- Apply null safety.
- Change default value of autofocus to true.
- Add
onEditingComplete
property.(#6)
- Fix for returning initialValue.(#8) Huge Thanks! @gnilron
- Add
showPasswordIcon
,barrierDismissible
properties. - Simpler fix for returning initialValue if no changes.
- Huge Thanks! @FRFGCCEVCV
- Add
validator
property.(#10) - Huge Thanks! @cmorsucci
- Add
isSelectedInitialValue
property.(#11) - Huge Thanks! @hippyau
- Fix the validator issue.(#12)
- Huge Thanks! @dakamojo
- Update example usage.(#14)
- Huge Thanks! @mjablecnik
- Add
textAlign
property.(#16) - Huge Thanks! @FelipeSamuel
- Add
controller
property.(#19) - Huge Thanks! @mitrakov
- Add
decoration
property.(#20) - Huge Thanks! @ArkinSolomon
- Make dialog to scrollable.
- Add all padding parameters.
- Replace WillPopScope to PopScope.
- Add maxLength parameters.
- Adding inputFormatters as parametter #22. Huge Thanks! @Spawin
- Add dispose text editing controller.(#24) Huge Thanks! @TechAurelian2
- Change from
onPopInvoked
toonPopInvokedWithResult