Versioning failed on validator dependencies
affandyyy opened this issue · 3 comments
affandyyy commented
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.
pitriq commented
Hello! Did you run into this error in the last version of master branch?
affandyyy commented
Hello! Did you run into this error in the last version of master branch?
yes . I clone latest
pitriq commented
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?