AppFlowy/frontend/appflowy_flutter
Rishi Ahuja f0f10b05f4
fix: prevent page flickering on rapid sidebar clicks (#8278)
* fix: prevent page flickering on rapid sidebar clicks

* refactor: improve deduplication to check both plugin and view IDs
2025-11-07 10:37:18 +08:00
..
android chore: upgrade AGP version to 8.1.0 (#8119) 2025-07-14 11:25:53 +08:00
assets feat: optimize share section and share tab logic (#8001) 2025-06-02 13:52:14 +08:00
integration_test chore: adjust toast component (#8060) 2025-06-16 12:43:43 +08:00
ios fix: v0.9.2 launch review issues (#7898) 2025-05-09 13:02:19 +08:00
lib fix: prevent page flickering on rapid sidebar clicks (#8278) 2025-11-07 10:37:18 +08:00
linux fix: simple columns issues (#7466) 2025-03-06 12:33:53 +08:00
macos chore: adjust view selector logic (#7913) 2025-05-12 10:17:50 +08:00
packages chore: upgrade AGP version to 8.1.0 (#8119) 2025-07-14 11:25:53 +08:00
test fix: outline doesn't show when @dates are used in the headline (#8049) 2025-06-10 20:53:06 +08:00
web
windows fix: add open workspace assertion (#7824) 2025-04-25 21:40:21 +08:00
.gitignore
.metadata
analysis_options.yaml feat: implement new color tokens design (#7684) 2025-04-04 14:41:13 +08:00
build.yaml
cargokit_options.yaml
dart_dependency_validator.yaml
dev.env
devtools_options.yaml
distribute_options.yaml fix: simple columns issues (#7466) 2025-03-06 12:33:53 +08:00
dsa_pub.pem chore: update dsb_pub.pem on Windows (#7528) 2025-03-13 14:30:09 +08:00
Makefile
pubspec.lock fix: prevent location from being accessed continuously on Windows (#8110) 2025-07-08 11:50:22 +08:00
pubspec.yaml chore: bump version 0.9.9 (#8214) 2025-09-12 16:21:32 +08:00
README.md

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?