Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haarts/iban_form_field
A form field which formats an IBAN nicely
https://github.com/haarts/iban_form_field
Last synced: 9 days ago
JSON representation
A form field which formats an IBAN nicely
- Host: GitHub
- URL: https://github.com/haarts/iban_form_field
- Owner: haarts
- License: mit
- Created: 2019-09-06T14:14:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T08:56:35.000Z (about 2 years ago)
- Last Synced: 2024-03-20T13:21:05.870Z (8 months ago)
- Language: Dart
- Size: 137 KB
- Stars: 5
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# A Flutter widget for capturing IBANs.
[![pub package](https://img.shields.io/pub/v/iban_form_field.svg)](https://pub.dartlang.org/packages/iban_form_field)
[![CircleCI](https://circleci.com/gh/inapay/iban_form_field.svg?style=svg)](https://circleci.com/gh/inapay/iban_form_field)It features several features:
- Paste detection of IBANs
- Automatic field advancement
- Country specific hints## Usage
See the [`example`](example/) directory.
## Integration testing
For your integrations tests the `TextFormField`s have distinct keys:
- 'iban-form-field-country-code'
- 'iban-form-field-check-digits'
- 'iban-form-field-basic-bank-account-number'
## Features and bugsPlease file feature requests and bugs at the [issue tracker][tracker].
[tracker]: https://github.com/inapay/iban_form_field/issues