dart-lang / http_parser

A platform-independent Dart package for parsing and serializing HTTP formats.
https://pub.dev/packages/http_parser
BSD 3-Clause "New" or "Revised" License
39 stars 28 forks source link

DataUri class conflicts with UriData added to dart:core #6

Closed whesse closed 8 years ago

whesse commented 8 years ago

In the bleeding-edge version of the SDK, there is a UriData class added to dart:core which conflicts with the one added here. So there is an analyzer error for the DataUri.data member, since Uri has added a .data member of type UriData.

So this needs to be fixed, or http_parser needs to be rolled back in the SDK.