- feat: Add CI/CD
- fix: add inputFormatters on BankBranchTextFormField and BankAccountTextFormField
- feat: Not allow account and branch with only zeros
- feat: Remove P and X validations for Bradesco and Banco do Brasil
- fix: downgrade dart sdk version
- Update: Flutter 2.10.0
- Fix: Fill in the account field with X or P only in field referring to digit
- Add: widget for the validation of branch and account
- Add: input formatter for branch and account
- Fix: input formatter issues
- Fix: do not allow typing letters when the banks are Itaú or CEF
- Fix: regular expression to disallow anything that doesn't have a letter or number
- Fix: input formatter issues
- Fix: do not allow typing letters when the banks are Itaú or CEF
- Fix: regular expression to disallow anything that doesn't have a letter or number
- Fix: input formatter issues
- Add: widget for the validation of branch and account
- Add: input formatter for branch and account
- Fix: return of CEF account without account type prefix
- Fix: return of CEF account without account type prefix
- Fix: rename savings for saving due to compatibility
- Fix: export bank_account_model
- Support CEF (Caixa Econômica Federal) account
- Refactor bank account model
- Fix errorMessage initialization
- Fix Itau account return
- Support Bradesco and Itau accounts
- Fix documentation
- Add null-safety support
- Add digit validation for "Banco do Brasil"
- Improve README file
- Work in progress.