Open khusantoy opened 3 months ago
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.
Description
Type of Change