Closed
Description
Describe the bug
I'm trying to add cloud_firestore package into the flutter but installation fails with below error
To Reproduce
Steps to reproduce the behavior:
- add Dependancy cloud_firestore ^0.13.0+1 into pubspec.yaml
- Run flutter pub get
- Error
Running "flutter pub get" in MyApp...
The current Flutter SDK version is 1.9.1+hotfix.6.
Because MyApp depends on cloud_firestore >=0.13.0+1 which requires Flutter SDK version >=1.10.0 <2.0.0, version solving failed.
pub get failed (1)
exit code 1
Expected behavior
Cloud Firestore package gets installs and flutter builds.