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

Aperta
#1,124 0 commenti 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
Dart
Stelle
684
Fork
329
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.