bip21_uri 2.1.3 copy "bip21_uri: ^2.1.3" to clipboard
bip21_uri: ^2.1.3 copied to clipboard

A Bip21 compatible URL encoding package developed for DartLang.

2.1.3 #

  • fix: illegal percent encoding

2.1.2 #

  • refactor: payjoin-flutter is not compatible with hyphens - symbol defined in the latest payjoin specification. To ensure retrocompatibility with payjoin-flutter, bip21_uri is returning the pj field with + sign.

2.1.1 #

  • fix: regression on uppercase

2.1.0 #

  • If pj is passed among the options of the query parameters, the package now process it as a payjoin Uri specified in BIP77 supporting both percent encoded or not, + and -. Keep the # encoded as %23 and the Uri is uppercase.
  • Payjoin unit tests

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_bip21bip21_uri
  • Model renamed: BIP21Bip21Uri
  • Amount type changed: num?double?
  • API restructured: Complete rewrite of the codebase with new file structure

1.0.0 #

  • Initial version.
0
likes
160
points
349
downloads

Publisher

verified publisherethicnology.com

Weekly Downloads

A Bip21 compatible URL encoding package developed for DartLang.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on bip21_uri