AppFlowy/frontend/appflowy_flutter
rensawamo eafd0b3353
fix: crash on delete button press caused by GoRouter (#6629)
* fix: crash on delete button press caused by GoRouter

* fix: gorouter pop
2024-10-28 09:09:11 +08:00
..
android fix: android file permission issue (#6244) 2024-09-09 17:09:54 +08:00
assets test(flutter_desktop): add grid integration tests (#6298) 2024-09-16 21:01:08 +08:00
integration_test feat: support toggle heading (#6598) 2024-10-23 19:41:12 +08:00
ios refactor(flutter_desktop): filter blocs (#6356) 2024-09-25 12:04:00 +08:00
lib fix: crash on delete button press caused by GoRouter (#6629) 2024-10-28 09:09:11 +08:00
linux fix: removed Wayland Header (#5991) 2024-08-22 09:36:26 +08:00
macos fix: share button doesn't response under macOS 15 (#6487) 2024-10-07 10:18:11 +08:00
packages feat: inline sub page mention (#6567) 2024-10-21 16:34:30 +08:00
test fix: use drop path rather than node (#6611) 2024-10-25 14:05:19 +02:00
web Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
windows fix: use bitsdojo_window on windows (#5477) 2024-06-05 19:56:22 +08: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 fix: potentially missing field in todo list (#6540) 2024-10-14 20:54:13 +08:00
build.yaml chore: optimize generation speed (#5930) 2024-08-13 16:13:33 +08:00
cargokit_options.yaml ci: reduce build time (#3519) 2023-10-23 22:17:11 +08:00
dart_dependency_validator.yaml feat: integrate Sentry Flutter and enable it if SENTRY_DSN is not empty (#5959) 2024-08-15 10:00:27 +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 fix: date picker code improvements and regressions (#6619) 2024-10-24 20:46:45 +08:00
pubspec.yaml feat(flutter): date picker improvements (#6582) 2024-10-23 08:51:37 +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?