[GH-ISSUE #552] [Bug] Fail to build at main branch, version 093c637 #248

Closed
opened 2026-03-23 20:34:22 +00:00 by mirror · 3 comments
Owner

Originally created by @ENsu on GitHub (Jun 15, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/552

Describe the bug
I try to build the latest version of AppFlowy codebase but failed with many code issues.

To Reproduce
Steps to reproduce the behavior:

  1. I updated my Flutter to 3.0 and run Flutter doctor and pass the test.
  2. I run make flowy_dev_install under the /frontend folder without error.
  3. I also run the Build Task under the /frontend folder without error.
  4. Then I run the Run and Debug using AF: Clean + Rebuild All as suggested
    However, I got many issues in the code, VS code popup with Build errors exist in your project.

Expected behavior
Run successfully and generate an AppFlowy desktop build.

Screenshots
image

Desktop (please complete the following information):

  • OS: MacOS Monterey with Apple Chip
  • Version 12.3.1

Environment

  • Flutter: Flutter (Channel stable, 3.0.2, on macOS 12.3.1 21E258 darwin-arm, locale en-TW)
  • Rust: rustc 1.61.0 (fe5b13d68 2022-05-18)
Originally created by @ENsu on GitHub (Jun 15, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/552 **Describe the bug** I try to build the latest version of AppFlowy codebase but failed with many code issues. **To Reproduce** Steps to reproduce the behavior: 1. I updated my Flutter to 3.0 and run Flutter doctor and pass the test. 2. I run make `flowy_dev_install` under the `/frontend` folder without error. 3. I also run the Build Task under the `/frontend` folder without error. 4. Then I run the Run and Debug using AF: Clean + Rebuild All as suggested However, I got many issues in the code, VS code popup with `Build errors exist in your project.` **Expected behavior** Run successfully and generate an AppFlowy desktop build. **Screenshots** ![image](https://user-images.githubusercontent.com/5762483/173722182-0137ca3e-a185-4684-bdab-a47cdff24b79.png) **Desktop (please complete the following information):** - OS: MacOS Monterey with Apple Chip - Version 12.3.1 **Environment** - Flutter: Flutter (Channel stable, 3.0.2, on macOS 12.3.1 21E258 darwin-arm, locale en-TW) - Rust: rustc 1.61.0 (fe5b13d68 2022-05-18)
Author
Owner

@appflowy commented on GitHub (Jun 15, 2022):

I noticed that the AF: Clean + Rebuild doesn't clean the flutter side cache. Run flutter clean in frontend/app_flowy, and then try again the AF: Clean + Rebuild.

<!-- gh-comment-id:1155923514 --> @appflowy commented on GitHub (Jun 15, 2022): I noticed that the AF: Clean + Rebuild doesn't clean the flutter side cache. Run `flutter clean` in frontend/app_flowy, and then try again the AF: Clean + Rebuild.
Author
Owner

@ENsu commented on GitHub (Jun 17, 2022):

I submitted a PR in an attempt to resolve the problem.

https://github.com/AppFlowy-IO/AppFlowy/pull/560

<!-- gh-comment-id:1158388577 --> @ENsu commented on GitHub (Jun 17, 2022): I submitted a PR in an attempt to resolve the problem. https://github.com/AppFlowy-IO/AppFlowy/pull/560
Author
Owner

@appflowy commented on GitHub (Jun 17, 2022):

I submitted a PR in an attempt to resolve the problem.

#560

Thank you for contributing!

<!-- gh-comment-id:1158415314 --> @appflowy commented on GitHub (Jun 17, 2022): > I submitted a PR in an attempt to resolve the problem. > > #560 Thank you for contributing!
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#248
No description provided.