AppFlowy/frontend/appflowy_flutter
Jaskeerat Singh 812af0979e
Fix: Missing WhiteSpace b/w Primary Field Text and Row Icon (#3602)
* Update link to OS Specific Development

* fix: Missing white space b/w primary field text & row's icon

* fix: Updated emoji padding
2023-10-04 11:50:26 +02:00
..
android chore: sync release 0.1.1 (#2075) 2023-03-22 14:49:15 +08:00
assets feat: auth pages improvement for mobile and desktop platform (#3217) 2023-09-12 10:32:26 +08:00
integration_test feat: integrate client-api (#3430) 2023-10-02 17:22:22 +08:00
ios fix: build error on Xcode 15 2023-09-20 15:28:27 +08:00
lib Fix: Missing WhiteSpace b/w Primary Field Text and Row Icon (#3602) 2023-10-04 11:50:26 +02:00
linux fix: downgrade the folder path to io.appflowy.appflowy (#3344) 2023-09-12 14:31:05 +08:00
macos fix: build error on Xcode 15 2023-09-20 15:28:27 +08:00
packages feat: Delay tooltip presentations by 300ms (#3558) 2023-10-04 11:34:44 +02:00
test feat: reminder (#3374) 2023-10-02 15:12:24 +08:00
web Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
windows chore: enable single instance desktop application on windows (#3136) 2023-08-07 23:30:14 +08:00
.gitignore feat: integrate client-api (#3430) 2023-10-02 17:22:22 +08:00
.metadata chore: sync release 0.1.1 (#2075) 2023-03-22 14:49:15 +08:00
analysis_options.yaml feat: added analysis options + formatted complete code (#2725) 2023-06-07 16:25:37 +08:00
dev.env feat: integrate client-api (#3430) 2023-10-02 17:22:22 +08:00
Makefile chore: upgrade flutter to 3.10.1 (#2619) 2023-05-28 12:09:39 +08:00
pubspec.lock feat: reminder (#3374) 2023-10-02 15:12:24 +08:00
pubspec.yaml chore: bump version 0.3.4 (#3572) 2023-10-02 20:48:56 +08:00
README.md docs: update links in readm (#3589) 2023-10-04 11:35:37 +02: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?