bip21_uri 2.0.1
bip21_uri: ^2.0.1 copied to clipboard
A Bip21 compatible URL encoding package developed for DartLang.
2.0.1 #
- Empty amount is decoded as null
- Empty message or label is decoded/encoded as empty
- Empty options are encoded/decoded
2.0.0 #
Breaking Changes #
- Package renamed:
dart_bip21→bip21_uri - Model renamed:
BIP21→Bip21Uri - Amount type changed:
num?→double? - API restructured: Complete rewrite of the codebase with new file structure
1.0.0 #
- Initial version.