I have a Dart app that is using your package and Angular.dart. Now when I go to run pub get --verbose I get an error about route_hierarchical clashing between redstone and angular. I was hoping you could update your dependencies so that these clashes won't happen anymore.
ERR : Incompatible version constraints on route_hierarchical:
| - angular 1.1.0 depends on version >=0.6.1 <0.7.0
| - redstone 0.5.19 depends on version >=0.5.0 <0.6.0
Hey @luizmineo,
I have a Dart app that is using your package and Angular.dart. Now when I go to run
pub get --verbose
I get an error aboutroute_hierarchical
clashing between redstone and angular. I was hoping you could update your dependencies so that these clashes won't happen anymore.Thanks!
pubspec details
Error message