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: fixed package versions #2936

Merged

Conversation

monsieurtanuki
Copy link
Contributor

What

  • After the downgrade to flutter 3.0.5 (from 3.3.0), we're trying to use fixed versions of packages (in short, removing the starting ^ in the pubspec.yaml version entries)
  • That is supposed to limit the impact of external package evolutions - currently we need stability in order to code our own bugs without the risk of being attacked by the others' ;)
  • That's more a test than a lasting recommendation.
  • Fun fact: flutter pub outdated still recommends new packages, even if we specify fixed version numbers (and implicitly state that we're not interested in new stuff)

Part of

@monsieurtanuki monsieurtanuki merged commit d7ed371 into openfoodfacts:develop Sep 6, 2022
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.

2 participants