ibankit_dart 2.0.2 ibankit_dart: ^2.0.2 copied to clipboard
Translate to dart from https://github.com/koblas/ibankit-js
Changelog #
1.0.0 #
Initial release
2.0.0 #
Added custom exceptions
- IbanFormatException
- Format Violation
- UnsupportedCountryException
- InvalidCheckDigitException
- RequiredPartTypeMissing
Added test for exceptions
Added example from ibankit-js
Rename Country to CountryCode to better match ibankit-js
Expose only required files
2.0.1 #
Update to follow IBAN spec 95, in line with ibankit-js v1.6.3
Lower required sdk version to 2.17.0
2.0.2 #
Fix bank code validation ISO-9362:2022, in line with ibankit-js v1.6.4