advance_text_field 0.0.6
advance_text_field: ^0.0.6 copied to clipboard
an advance text field for flutter, customizable and contain two button for save and make editable text field.
0.0.1 3 March 2021. #
- First version of AdvanceTextField.
0.0.6 9 December 2025 #
- Upgrade to null safety (SDK >=2.12.0)
- Update all nullable fields with proper null safety annotations
- Replace @required with required keyword
- Update function types to VoidCallback? and ValueChanged
- Fix test file with proper widget tests
- Update Android configuration for modern Flutter versions