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

Upgrade quiver dependency #34

Closed enyo closed 4 years ago

enyo commented 6 years ago

I think that quiver ^2.0.0 should be used as a dependency now.

martflu commented 6 years ago

also utf needs to be ^0.9.0+5

buntagonalprism commented 6 years ago

The outdated quiver dependency now causes conflicts with the beta channel of Flutter, namely in the flutter_test package

MathieuAuclair commented 6 years ago

I've made a pull request here https://github.com/google/uri.dart/pull/35 and all test are passing, this is solving this issue