This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Cannot resolve package constraints #4
Comments
Closed
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
Closed
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.
Pre-step:
Edit
charts_flutter/pubspec.yaml
and change:to:
(this is needed as none of these packages are published yet)
Repro steps:
Error:
The text was updated successfully, but these errors were encountered: