I used share package, share pacakge document said add like this,
share: ">=0.6.y+x <2.0.0"
Please set your constraint to share: '>=0.6.y+x <2.0.0'
after run pub get, I got this error,
Error on line 65, column 10 of pubspec.yaml: Invalid version constraint: Expected version number after ">=" in ">=0.6.y+x <2.0.0", got "0.6.y+x <2.0.0".
╷
65 │ share: ">=0.6.y+x <2.0.0"
│ ^^^^^^^^^^^^^^^^^^
╵
pub get failed (65; ╵)
