[PR #1679] [MERGED] Chore/rename flowy sdk #4889

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1679
Author: @appflowy
Created: 1/7/2023
Status: Merged
Merged: 1/8/2023
Merged by: @appflowy

Base: mainHead: chore/rename_flowy_sdk


📝 Commits (5)

  • 649c317 chore: run flutter create on flowy_sdk
  • bc8ea39 chore: rename flowy-sdk to flowy-core
  • ba81503 chore: rename flowy_sdk to appflowy_backend
  • a48c282 chore: fix windows build
  • 471518b chore: replace bloctest with test

📊 Changes

371 files changed (+1229 additions, -1977 deletions)

View changed files

📝 frontend/Makefile.toml (+13 -15)
📝 frontend/app_flowy/ios/Podfile.lock (+5 -5)
📝 frontend/app_flowy/lib/core/folder_notification.dart (+16 -10)
📝 frontend/app_flowy/lib/core/grid_notification.dart (+4 -4)
📝 frontend/app_flowy/lib/core/network_monitor.dart (+3 -3)
📝 frontend/app_flowy/lib/core/notification_helper.dart (+6 -2)
📝 frontend/app_flowy/lib/core/user_notification.dart (+16 -10)
📝 frontend/app_flowy/lib/plugins/board/application/board_bloc.dart (+4 -4)
📝 frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart (+3 -3)
📝 frontend/app_flowy/lib/plugins/board/application/board_listener.dart (+4 -4)
📝 frontend/app_flowy/lib/plugins/board/application/card/board_date_cell_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/card/board_select_option_cell_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/card/board_url_cell_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/card/card_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/card/card_data_controller.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/group.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/group_controller.dart (+3 -3)
📝 frontend/app_flowy/lib/plugins/board/application/group_listener.dart (+4 -4)
📝 frontend/app_flowy/lib/plugins/board/board.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/board_page.dart (+3 -3)

...and 80 more files

📄 Description

  1. rename package: flowy_sdk to appflowy_backend
  2. rename crate: flowy-sdk to flowy-core

🔄 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/1679 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/7/2023 **Status:** ✅ Merged **Merged:** 1/8/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `chore/rename_flowy_sdk` --- ### 📝 Commits (5) - [`649c317`](https://github.com/AppFlowy-IO/AppFlowy/commit/649c317c2d80edda656c8383eaf5498f86e205ee) chore: run flutter create on flowy_sdk - [`bc8ea39`](https://github.com/AppFlowy-IO/AppFlowy/commit/bc8ea39b3cfa18397a3f1f43403573e958376395) chore: rename flowy-sdk to flowy-core - [`ba81503`](https://github.com/AppFlowy-IO/AppFlowy/commit/ba815034bcab01cf98aca718014524440fb87d15) chore: rename flowy_sdk to appflowy_backend - [`a48c282`](https://github.com/AppFlowy-IO/AppFlowy/commit/a48c282b3e47d195b3ef5d1c11857ae91dfa86e4) chore: fix windows build - [`471518b`](https://github.com/AppFlowy-IO/AppFlowy/commit/471518b5311cc0f319a80d68cf1d02cbd67be6df) chore: replace bloctest with test ### 📊 Changes **371 files changed** (+1229 additions, -1977 deletions) <details> <summary>View changed files</summary> 📝 `frontend/Makefile.toml` (+13 -15) 📝 `frontend/app_flowy/ios/Podfile.lock` (+5 -5) 📝 `frontend/app_flowy/lib/core/folder_notification.dart` (+16 -10) 📝 `frontend/app_flowy/lib/core/grid_notification.dart` (+4 -4) 📝 `frontend/app_flowy/lib/core/network_monitor.dart` (+3 -3) 📝 `frontend/app_flowy/lib/core/notification_helper.dart` (+6 -2) 📝 `frontend/app_flowy/lib/core/user_notification.dart` (+16 -10) 📝 `frontend/app_flowy/lib/plugins/board/application/board_bloc.dart` (+4 -4) 📝 `frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart` (+3 -3) 📝 `frontend/app_flowy/lib/plugins/board/application/board_listener.dart` (+4 -4) 📝 `frontend/app_flowy/lib/plugins/board/application/card/board_date_cell_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/card/board_select_option_cell_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/card/board_url_cell_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/card/card_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/card/card_data_controller.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/group.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/group_controller.dart` (+3 -3) 📝 `frontend/app_flowy/lib/plugins/board/application/group_listener.dart` (+4 -4) 📝 `frontend/app_flowy/lib/plugins/board/board.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/board_page.dart` (+3 -3) _...and 80 more files_ </details> ### 📄 Description 1. rename package: flowy_sdk to appflowy_backend 2. rename crate: flowy-sdk to flowy-core --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:16 +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#4889
No description provided.