Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Cannot resolve package constraints #4

Closed
mit-mit opened this issue Mar 13, 2018 · 0 comments
Closed

Cannot resolve package constraints #4

mit-mit opened this issue Mar 13, 2018 · 0 comments

Comments

@mit-mit
Copy link
Member

mit-mit commented Mar 13, 2018

Pre-step:
Edit charts_flutter/pubspec.yaml and change:

  charts_common: 0.0.1

to:

  charts_common:
    path: '../charts_common'

(this is needed as none of these packages are published yet)

Repro steps:

git clone this repo
cd charts_common
flutter packages get
cd ../charts_flutter
flutter packages get

Error:

Running "flutter packages get" in charts_flutter...
Incompatible version constraints on mockito:
- charts_flutter depends on version 3.0.0-alpha
- flutter_test 0.0.0 depends on version 2.2.3
pub get failed (1)
nshahan pushed a commit that referenced this issue Mar 21, 2018
Remove package constraints on mockito as it's causing compatibility issues with Flutter's constraints:

```
Incompatible version constraints on mockito:
- charts_flutter depends on version 3.0.0-alpha
- flutter_test 0.0.0 depends on version 2.2.3
pub get failed (1)
```

Fixes #4

Closes #11

PiperOrigin-RevId: 189916918
equweiyu pushed a commit to equweiyu/charts that referenced this issue Nov 7, 2018
@H25 H25 mentioned this issue Dec 7, 2019
spencerreeves pushed a commit to apt304/charts that referenced this issue Mar 4, 2020
* Add configuration files for local generation of docs

See comments in Gemfile for how to generate docs

Closes google#10

PiperOrigin-RevId: 189640554

* Add .gitignore file.

PiperOrigin-RevId: 189641068

* Fix a type error that will trigger in an upcoming Mockito release.

PiperOrigin-RevId: 189775954

* Update pubspec.yaml

Remove package constraints on mockito as it's causing compatibility issues with Flutter's constraints:

```
Incompatible version constraints on mockito:
- charts_flutter depends on version 3.0.0-alpha
- flutter_test 0.0.0 depends on version 2.2.3
pub get failed (1)
```

Fixes google#4

Closes google#11

PiperOrigin-RevId: 189916918

* Update documentation.

PiperOrigin-RevId: 189920202
jananitakumitech pushed a commit to jananitakumitech/charts_flutter that referenced this issue Aug 13, 2021
* Add configuration files for local generation of docs

See comments in Gemfile for how to generate docs

Closes #10

PiperOrigin-RevId: 189640554

* Add .gitignore file.

PiperOrigin-RevId: 189641068

* Fix a type error that will trigger in an upcoming Mockito release.

PiperOrigin-RevId: 189775954

* Update pubspec.yaml

Remove package constraints on mockito as it's causing compatibility issues with Flutter's constraints:

```
Incompatible version constraints on mockito:
- charts_flutter depends on version 3.0.0-alpha
- flutter_test 0.0.0 depends on version 2.2.3
pub get failed (1)
```

Fixes google/charts#4

Closes #11

PiperOrigin-RevId: 189916918

* Update documentation.

PiperOrigin-RevId: 189920202
JackMoseley2001 pushed a commit to JackMoseley2001/charts that referenced this issue Nov 1, 2021
* Add configuration files for local generation of docs

See comments in Gemfile for how to generate docs

Closes google#10

PiperOrigin-RevId: 189640554

* Add .gitignore file.

PiperOrigin-RevId: 189641068

* Fix a type error that will trigger in an upcoming Mockito release.

PiperOrigin-RevId: 189775954

* Update pubspec.yaml

Remove package constraints on mockito as it's causing compatibility issues with Flutter's constraints:

```
Incompatible version constraints on mockito:
- charts_flutter depends on version 3.0.0-alpha
- flutter_test 0.0.0 depends on version 2.2.3
pub get failed (1)
```

Fixes google#4

Closes google#11

PiperOrigin-RevId: 189916918

* Update documentation.

PiperOrigin-RevId: 189920202
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant