- Require Dart
2.14
. - Update the pubspec
repository
field.
- Migrate to null safety.
- Allow the latest (null-safe) version of
pkg:shelf
.
- Dropped the dependency on
package_resolver
.- All
PackageResolver
apis now take aMap<String, Uri>
of package name to the base uri for resolvingpackage:
uris for that package. - Named arguments have been renamed from
resolver
topackageMap
.
- All
- Set max SDK version to
<3.0.0
, and adjust other dependencies.
- Require Dart SDK 1.22.0
- Support
package:async
v2
- Fix Strong mode errors with
package:shelf
v0.7.x
- Allow dependencies on
package:shelf
v0.7.x
- Initial version