AppFlowy/frontend/appflowy_flutter
Kilu.He a070ed2441
feat: support all fields type and filters in grid of tauri
* feat: support the single select field actions in grid of tauri

* feat: support multiselect

* feat: support number field and number filter

* feat: support url field

* fix: eslint error

* feat: support checkbox filter

* feat: support checklist field

* fix: adjusting keydown event

* fix: edit record ui

* feat: support date field

* fix: url field bugs

* fix: the bug of the type option wasn't update

* chore: make plural tokens compatible with tauri

* fix: plural key

* fix: optimize get cell performance

* fix: update ts error

* fix: update select option bugs

* fix: grid calculate css

* fix: add DidUpdateFieldSettings

---------

Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-12-04 10:33:31 +08:00
..
android fix: unable to login on android when building in release mode (#3994) 2023-11-23 23:32:52 +08:00
assets chore: add Roboto Mono font family and its regular and italic variants as assets (#3876) 2023-11-06 16:44:21 +08:00
integration_test ci: cloud integration test (#4062) 2023-12-02 06:47:10 +08:00
ios feat: edit property (#4065) 2023-12-02 20:39:03 +08:00
lib feat: support all fields type and filters in grid of tauri 2023-12-04 10:33:31 +08:00
linux fix: downgrade the folder path to io.appflowy.appflowy (#3344) 2023-09-12 14:31:05 +08:00
macos chore: set minimum macos target development target supported to 10.14 (#4011) 2023-11-27 10:29:39 +08:00
packages feat: new property ui revamp (#4063) 2023-12-01 20:16:43 +08:00
test feat: edit property (#4065) 2023-12-02 20:39:03 +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 feat: support building on Android (#3713) 2023-10-19 09:55:23 +08:00
analysis_options.yaml feat: added analysis options + formatted complete code (#2725) 2023-06-07 16:25:37 +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
env.cloud.test ci: cloud integration test (#4062) 2023-12-02 06:47:10 +08:00
Makefile chore: upgrade flutter to 3.10.1 (#2619) 2023-05-28 12:09:39 +08:00
pubspec.lock feat: mobile board view (#4030) 2023-11-30 10:01:29 +08:00
pubspec.yaml chore: bump version 0.3.9 (#4069) 2023-12-02 21:34:42 +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?