pitriq/flutter_redux_boilerplate

Versioning failed on validator dependencies

affandyyy opened this issue · 3 comments

dependencies: flutter: sdk: flutter fluro: "^1.2.1" validator: "^0.0.7"

Because app depends on validator >=0.0.2 which requires SDK version <2.0.0, version solving failed.

Hello! Did you run into this error in the last version of master branch?

Hello! Did you run into this error in the last version of master branch?

yes . I clone latest

Well that's weird, fluro is no longer being used for routing in this repo. I assume that's what's requiring validator as a dependency, but it sure shouldn't be there.

Would you mind showing me what your pubspec.yaml file looks like, as well as your flutter doctor output?