- First Release
- Adjust flutter format
- update lastest provider library
- update README
- update README
- change homepage
- Fixed isssue when calling setState () with onStateChange () callback
- Add
RESET
button
- update README
- added custom captions feature
- added custom button style feature
- removed duplicated code
- added custom card boxdecoration
- fix readme
- update provider library
- If the card number is Amex, the CVC code will be 4 digits, otherwise it will be 3 digits.
- Removed unused library
- Removed debug message
- implement a new feature to add an initial value when creating a widget
- Fix readme
- Fix card number overflow in smaller devices like iPhone SE.
- Fix readme
- Fix text field bottom overflow 4 pixels in Samsung device.
- Prevents characters from being entered into the card number
- Prevents special characters from being entered into the card number
Add initial autofocus parameter
Flutter 2.0 migration