AppFlowy-IO / AppFlowy-IO/appflowy-editor

Dependency version mismatch: intl ^0.19.0 in published v6.0.0 vs ^0.20.2 in PR #1123

オープン
#1,124 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
684
フォーク
329
PR マージ指標
30日以内にマージされた PR はありません

説明

## 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!

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。