google / uri.dart

Utilities for working with URIs in Dart
https://pub.dev/packages/uri
BSD 3-Clause "New" or "Revised" License
77 stars 55 forks source link

Widen quiver dependency range for DDC compilation compatibility #26

Closed aaronlademann-wf closed 7 years ago

aaronlademann-wf commented 7 years ago

Problem

The current quiver dependency range ('>=0.17.0 <0.22.0') is prohibitive for consumers trying to utilize strong-mode / DDC features.

Solution

Widen the range to include quiver 0.25.0.

Once released / published to pub, these changes will address #25


@justinfagnani @sethladd @kevmoo

googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


aaronlademann-wf commented 7 years ago

My organization (Workiva) signed it.