[PR #2944] [CLOSED] fix: correcting mistmatched json_serializable version #5492

Closed
opened 2026-03-23 22:18:59 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2944
Author: @donlaiq
Created: 7/6/2023
Status: Closed

Base: mainHead: main


📝 Commits (8)

  • 23f1f1f fix: correcting mistmatched json_serializable version
  • df0536d fix:commented allow(ambiguous_glob_reexports) macro
  • a6b2326 Revert "fix: correcting mistmatched json_serializable version"
  • da75064 fix: correcting mistmatched json_serializable version
  • 5e1c228 fix: reverting manually the macro changes
  • 8989240 Revert "fix: reverting manually the macro changes"
  • ca85ee1 Update proto_gen.rs
  • 42886f9 Update proto_info.rs

📊 Changes

5 files changed (+2 additions, -4 deletions)

View changed files

.vscode/launch.json (+0 -0)
📝 frontend/appflowy_flutter/packages/appflowy_backend/pubspec.yaml (+1 -1)
📝 frontend/appflowy_flutter/packages/flowy_infra/pubspec.yaml (+1 -1)
📝 shared-lib/flowy-codegen/src/protobuf_file/proto_gen.rs (+0 -1)
📝 shared-lib/flowy-codegen/src/protobuf_file/proto_info.rs (+0 -1)

📄 Description

I saw a few warnings in the installation process, and with these changes I think I'm fixing two of them:

[WARNING] json_serializable on lib/env_serde.dart:
The version constraint "^4.7.0" on json_annotation allows versions before 4.8.1 which is not allowed.

[WARNING] json_serializable on lib/colorscheme/colorscheme.dart:
The version constraint "^4.7.0" on json_annotation allows versions before 4.8.1 which is not allowed.

Hopefully, if everything goes well, and it's accepted, I'll try to fix the other ones.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/2944 **Author:** [@donlaiq](https://github.com/donlaiq) **Created:** 7/6/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`23f1f1f`](https://github.com/AppFlowy-IO/AppFlowy/commit/23f1f1f3b3b51c9b28f6351ba6053d1187e3f55a) fix: correcting mistmatched json_serializable version - [`df0536d`](https://github.com/AppFlowy-IO/AppFlowy/commit/df0536d35e072e2a0104b58caac4d88b7ba7475d) fix:commented allow(ambiguous_glob_reexports) macro - [`a6b2326`](https://github.com/AppFlowy-IO/AppFlowy/commit/a6b2326895db37e400c25c913adc08335a1516cf) Revert "fix: correcting mistmatched json_serializable version" - [`da75064`](https://github.com/AppFlowy-IO/AppFlowy/commit/da750643d86833d27e573f5a3100830dc383a398) fix: correcting mistmatched json_serializable version - [`5e1c228`](https://github.com/AppFlowy-IO/AppFlowy/commit/5e1c228d0585b410368b158e21f21b33f78a67d7) fix: reverting manually the macro changes - [`8989240`](https://github.com/AppFlowy-IO/AppFlowy/commit/8989240658983f6b0b2d3138c2f8dce58b749892) Revert "fix: reverting manually the macro changes" - [`ca85ee1`](https://github.com/AppFlowy-IO/AppFlowy/commit/ca85ee17e1111b2150373f4fd479b79b012f6688) Update proto_gen.rs - [`42886f9`](https://github.com/AppFlowy-IO/AppFlowy/commit/42886f9b309178dd2700c9c5c5615a7440a8d430) Update proto_info.rs ### 📊 Changes **5 files changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/launch.json` (+0 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_backend/pubspec.yaml` (+1 -1) 📝 `frontend/appflowy_flutter/packages/flowy_infra/pubspec.yaml` (+1 -1) 📝 `shared-lib/flowy-codegen/src/protobuf_file/proto_gen.rs` (+0 -1) 📝 `shared-lib/flowy-codegen/src/protobuf_file/proto_info.rs` (+0 -1) </details> ### 📄 Description I saw a few warnings in the installation process, and with these changes I think I'm fixing two of them: **[WARNING]** json_serializable on lib/env_serde.dart: The version constraint "^4.7.0" on json_annotation allows versions before 4.8.1 which is not allowed. **[WARNING]** json_serializable on lib/colorscheme/colorscheme.dart: The version constraint "^4.7.0" on json_annotation allows versions before 4.8.1 which is not allowed. Hopefully, if everything goes well, and it's accepted, I'll try to fix the other ones. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:18:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5492
No description provided.