eth_url_parser 0.1.0 copy "eth_url_parser: ^0.1.0" to clipboard
eth_url_parser: ^0.1.0 copied to clipboard

A Dart library for parsing and building Ethereum URLs according to ERC-681 and ERC-831. Supports ERC-20 transfers, ENS names, and chain IDs.

0.1.0 #

  • Breaking: Removed freezed and json_serializable code generation dependencies
  • Migrated TransactionRequest to a hand-written final class with Dart 3.4+ features
  • Updated SDK constraint to >=3.4.0 <4.0.0
  • Typed QueryString.parse return to Map<String, String>
  • Removed all dynamic types from public and internal APIs
  • Expanded test suite from 2 to 34 tests covering error cases, model tests, and round-trips
  • Updated analysis_options.yaml to remove code-gen excludes
  • Updated lints to ^5.1.1 and test to latest

0.0.7 #

  • Upgrade dependencies

0.0.6 #

  • Update all outdated dependencies
  • Add DartDoc comments to model TransactionRequest

0.0.5 #

  • dartdoc

0.0.4 #

  • Upgrade dependencies

0.0.3 #

  • Scientific notation conversion

0.0.2 #

  • Added TransactionRequest model

0.0.1 #

  • Initial version.
2
likes
160
points
74
downloads

Documentation

API reference

Publisher

verified publisherfuse.io

Weekly Downloads

A Dart library for parsing and building Ethereum URLs according to ERC-681 and ERC-831. Supports ERC-20 transfers, ENS names, and chain IDs.

Homepage
Repository (GitHub)
View/report issues

Topics

#ethereum #blockchain #erc-681 #erc-831 #url-parser

License

MIT (license)

More

Packages that depend on eth_url_parser