Skip to content

[cloud_firestore] Flutter fails to get package cloud_firestore #1604

Closed
@saurabh-mhaisekar

Description

@saurabh-mhaisekar

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:

  1. add Dependancy cloud_firestore ^0.13.0+1 into pubspec.yaml
  2. Run flutter pub get
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions