- add LY (Libya IBAN)
- only strip spaces when validating
- null safety version Thanks: https://github.com/alex0711
- Fix special character bug.
We need to first remove special characters and only then verify the min length.
- Sync specifications to iban.js specifications
- restrict sdk to >=2
Thanks to https://github.com/yapcwed
- Switch to
pedanticlinter rules - Fix analyzer issues
Thanks to https://github.com/haarts
- do not allow ibans shorter than 2 characters (crashed on 0 characters)
- fix formatting
- dart 2 support
- Initial version, created by Stagehand