- 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
- Upgrade dependencies
- Update all outdated dependencies
- Add DartDoc comments to model
TransactionRequest
- dartdoc
- Upgrade dependencies
- Scientific notation conversion
- Added
TransactionRequestmodel
- Initial version.