AppFlowy/frontend/appflowy_flutter
Lucas.Xu 03e8dba5f3
fix: improve sidebar UI (#5453)
* fix: revert dark main color

* fix: workspace name font size

* fix: only show collapse button when hovering the sidebar

* fix: remove expand button after workspace name

* fix: change settings icon opactiy to 0.7

* chore: replace favorite icon

* chore: add arrow icon after section name

* chore: replace trash bin icon

* chore: adjust collapse icon padding

* feat: redesign question bubble

* fix: replace favorite icon

* fix: remove trash button padding

* chore: replace hover color

* feat: add more padding to tooltip

* feat: add hover effect to arrow icon

* feat: add hover effect to add view button

* fix: view title color

* feat: replace question bubble

* feat: replace default page icon

* fix: header icon size

* fix: add view button padding

* fix: unable to insert default image on desktop

* fix: notification button size issue

* fix: workspace icon size

* feat: add a divider between favorite space and add new page button
2024-06-04 09:22:47 +08:00
..
android feat: video block support (#5199) 2024-05-30 03:06:29 +02:00
assets feat: workspace settings page (#5225) 2024-05-10 16:08:32 +02:00
integration_test feat: AI chat (#5383) 2024-06-03 14:27:28 +08:00
ios feat: AI chat (#5383) 2024-06-03 14:27:28 +08:00
lib fix: improve sidebar UI (#5453) 2024-06-04 09:22:47 +08:00
linux fix: launch review 0.5.9 (#5443) 2024-06-02 14:52:20 +02:00
macos feat: sidebar UI Revamp on Desktop (#5343) 2024-05-27 08:51:49 +08:00
packages fix: improve sidebar UI (#5453) 2024-06-04 09:22:47 +08:00
test feat: AI chat (#5383) 2024-06-03 14:27:28 +08:00
web Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
windows feat: workspace settings page (#5225) 2024-05-10 16:08:32 +02:00
.gitignore feat: integrate client-api (#3430) 2023-10-02 17:22:22 +08:00
.metadata feat: support building on Android (#3713) 2023-10-19 09:55:23 +08:00
analysis_options.yaml chore: add unwaited futures to analysis options (#4485) 2024-01-29 10:26:45 +08:00
cargokit_options.yaml ci: reduce build time (#3519) 2023-10-23 22:17:11 +08:00
dev.env tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
devtools_options.yaml feat: optimize editor memory usage (#4120) 2023-12-10 21:26:23 +08:00
Makefile chore: upgrade flutter to 3.10.1 (#2619) 2023-05-28 12:09:39 +08:00
pubspec.lock feat: AI chat (#5383) 2024-06-03 14:27:28 +08:00
pubspec.yaml feat: AI chat (#5383) 2024-06-03 14:27:28 +08:00
README.md chore: upgrade flutter to 3.13.9 (#3936) 2023-11-14 22:33:07 +08:00

AppFlowy_Flutter

Documentation for Contributors

This Repository contains the codebase for the frontend of the application, currently we use Flutter as our frontend framework.

Platforms Supported Using Flutter 💻

  • Linux
  • macOS
  • Windows

    We are actively working on support for Android & iOS!

Additionally, we are working on a Web version built with Tauri!

Am I Eligible to Contribute?

Yes! You are eligible to contribute, check out the ways in which you can contribute to AppFlowy. Some of the ways in which you can contribute are:

  • Non-Coding Contributions
    • Documentation
    • Feature Requests and Feedbacks
    • Report Bugs
    • Improve Translations
  • Coding Contributions

To contribute to AppFlowy_Flutter codebase specifically (coding contribution) we suggest you to have basic knowledge of Flutter. In case you are new to Flutter, we suggest you learn the basics, and then contribute afterwards. To get started with Flutter read here.

What OS should I use for development?

We support all OS for Development i.e. Linux, MacOS and Windows. However, most of us promote macOS and Linux over Windows. We have detailed docs on how to setup AppFlowy_Flutter on your local system respectively per operating system.

Getting Started ❇

We have detailed documentation on how to get started with the project, and make your first contribution. However, we do have some specific picks for you:

Need Help?