resource 2.1.0
resource: ^2.1.0 copied to clipboard
Reading resource data from (package and other) files.
Changelog #
2.1.0 #
- Make failing HTTP requests throw an
HttpException.
2.0.2 #
- Update README.md.
2.0.1 #
- Fix type warnings.
2.0.0 #
- Use configuration dependent imports to avoid having separate implementations
for
dart:ioanddart:html. - Remove
browser_resource.dart.
1.1.0 #
- Added browser-compatible version as
browser_resource.dartlibrary. Only needed because configurable imports are not available yet.
1.0.0 #
- Initial version