redstone-dart / redstone

A metadata driven microframework for Dart.
http://redstone-dart.github.io/redstone
MIT License
342 stars 42 forks source link

Add http_parser to dependencies; alphabetize #163

Closed srawlins closed 8 years ago

srawlins commented 8 years ago

http_parser was actively being used by redstone, but the dependency must have been met transitively:

$ git grep http_parser
lib/src/request_mock.dart:import 'package:http_parser/src/media_type.dart';
Pacane commented 8 years ago

Is alphabetizing the pubspec dependencies something in the Dart guideline?

srawlins commented 8 years ago

Mmm it might be... I just did it to make dependencies easier to find.

Pacane commented 8 years ago

all right, well thanks! You might want to check though. I think there are places where the /src path was imported. maybe could you also replace those references with the package notation?