Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 715 - downgraded "path" in order to match "flutter_test" #725

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

monsieurtanuki
Copy link
Contributor

Impacted file:

  • pubspec.yaml: downgraded path to ^1.8.2 in order to match flutter_test's path

What

  • We used path: ^1.8.3, but flutter_test uses 1.8.2, which caused dependency issues for flutter projects.
  • As 1.8.2 is good enough for us, in the current PR we downgrade the path version to ^1.8.2

Fixes bug(s)

Impacted file:
* `pubspec.yaml`: downgraded `path` to ^1.8.2 in order to match `flutter_test`'s `path`
@monsieurtanuki monsieurtanuki merged commit 58d9a10 into openfoodfacts:master Apr 6, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: get rid of path.dart dependency
2 participants