- Refactor
TaroResizeOption
- Remove
http
dependency - Use
dart.library.io
anddart.library.js_interop
- Add sample code with
Dio
http client - Update README
- Code cleanup
- Initial stable release
- Code cleanup
- http 1.2.1
- Change js class names to match Dart class names
- Specify generic type
- Require Dart 3.3.0 and Flutter 3.19.0
- Update to extension type
- Migrate to js_interop
- Create filename by sha256 hash of URL and options
- Cleanup API
- Add comments
- More documentation
- Initial alpha release