eth_url_parser 0.1.0
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
freezedandjson_serializablecode generation dependencies - Migrated
TransactionRequestto a hand-writtenfinal classwith Dart 3.4+ features - Updated SDK constraint to
>=3.4.0 <4.0.0 - Typed
QueryString.parsereturn toMap<String, String> - Removed all
dynamictypes from public and internal APIs - Expanded test suite from 2 to 34 tests covering error cases, model tests, and round-trips
- Updated
analysis_options.yamlto remove code-gen excludes - Updated
lintsto ^5.1.1 andtestto 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
TransactionRequestmodel
0.0.1 #
- Initial version.