google / pageloader

A framework for creating page objects for in-browser or WebDriver tests.
https://pub.dartlang.org/packages/pageloader
Apache License 2.0
40 stars 46 forks source link

Allow the latest build_config #186

Closed jakemac53 closed 5 years ago

jakemac53 commented 5 years ago

The lower constraint ends up meaning that webdev latest doesn't work with this package.

Webdev latest requires build_runner 1.5.x but if you put that in your pubspec then you get errors like this from pub:

Resolving dependencies...
Because build_runner >=1.3.4 depends on build_config >=0.4.0 <0.4.1 and pageloader >=3.0.0 depends on build_config ^0.3.1, build_runner >=1.3.4 is incompatible with pageloader >=3.0.0.
So, because angular_tour_of_heroes depends on both build_runner ^1.5.0 and pageloader ^3.0.0, version solving failed.
mk13 commented 5 years ago

Removing build_config entirely, not being used: #190.