appflowy-editor
appflowy-editor copied to clipboard
Dependency version mismatch: intl ^0.19.0 in published v6.0.0 vs ^0.20.2 in PR #1123
Issue Description
After updating to appflowy_editor ^6.0.0, I encountered a dependency resolution error:
flutter pub get
Resolving dependencies...
Because botrun_hatch_flutter depends on appflowy_editor ^6.0.0 which depends on intl ^0.19.0, intl ^0.19.0 is required.
So, because botrun_hatch_flutter depends on intl ^0.20.2, version solving failed.
Expected Behavior
The dependency should resolve successfully with the updated intl version.
Actual Behavior
The published v6.0.0 package on pub.dev still uses intl: ^0.19.0, causing version conflicts.
Investigation
I downloaded the v6.0.0 archive from https://pub.dev/packages/appflowy_editor/versions and confirmed that it contains intl: ^0.19.0 instead of intl: ^0.20.2.
However, PR #1123 (https://github.com/AppFlowy-IO/appflowy-editor/pull/1123/files#diff-8b7e9df87668ffa6a04b32e1769a33434999e54ae081c52e5d943c541d4c0d25) shows that the pubspec.yaml was updated to use intl: ^0.20.2.
Request
Could you please publish an updated version that includes the correct intl dependency version as shown in PR #1123?
Environment
- AppFlowy Editor version: 6.0.0
- Flutter version: [Your Flutter version]
- Dart version: [Your Dart version]
Thank you!