Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following to your `pubspec.yaml` dependencies:

```yaml
dependencies:
editorjs_flutter: ^0.5.0
editorjs_flutter: ^0.5.0-beta.1
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README now pins the install example to ^0.5.0-beta.1, but the repo’s own pubspec.yaml and CHANGELOG.md indicate the current package version is 0.5.0. This makes the install instructions potentially misleading. Either update the package metadata to match the beta naming, or adjust the README to reference ^0.5.0 (or add a note explaining why users should choose the beta). Also, if the goal is to keep users on the beta specifically, consider not using ^ since it can resolve to the stable 0.5.0 once published.

Copilot uses AI. Check for mistakes.
```

Then run `flutter pub get`.
Expand Down
Loading