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

updated intl package version #19

Open
wants to merge 3 commits into
base: release
Choose a base branch
from

Conversation

khusantoy
Copy link

@khusantoy khusantoy commented Jul 25, 2024

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@khusantoy
Copy link
Author

The error you're encountering is due to a version conflict between the intl package and flutter_localizations. Specifically, flutter_localizations from the Flutter SDK requires intl version 0.19.0, while your project currently depends on intl version ^0.17.0. To resolve this issue, I updated the intl package version in pubspec.yaml file.

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.

1 participant