AppFlowy/frontend/appflowy_flutter
Mathias Mogensen baa7c8d826
feat: reminder on date (#4288)
* feat: support reminder on date

* feat: support reminder on date in database

* fix: include time static

* fix: do not force unwrap

* chore: clean flutter code

* test: add test for reminder in database

* fix: interpret reminder option

* feat: date and reminder on mobile

* feat: improve notification actions and support open row

* feat: support dates in document

* fix: minor changes + review

* feat: support reminder on mobile in document

* feat: support open row on database reminder mobile

* test: add more tests

* fix: first part of review

* fix: open row responsibility

* fix: abstract application logic from presentation layer

* fix: update reminder on date cell update

* test: fix failing test

* fix: show correct selected day after end date toggled
2024-01-24 15:15:57 +01:00
..
android chore: set minimum supported android version to android 10 (#4402) 2024-01-16 15:31:27 +08:00
assets tests: more cloud test (#4204) 2023-12-26 02:03:42 +08:00
integration_test feat: reminder on date (#4288) 2024-01-24 15:15:57 +01:00
ios Fix: mobile improvements (#4480) 2024-01-24 12:07:02 +01:00
lib feat: reminder on date (#4288) 2024-01-24 15:15:57 +01:00
linux test: date group_id generation logic (#4045) 2023-12-06 12:06:49 +08:00
macos fix: change copyright year to 2024 (#4379) 2024-01-14 22:54:31 +08:00
packages feat: reminder on date (#4288) 2024-01-24 15:15:57 +01:00
test refactor: rename database code path from database_view to database (#4310) 2024-01-05 17:30:54 +08:00
web Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
windows fix: change copyright year to 2024 (#4379) 2024-01-14 22:54:31 +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: upgrade to flutter 3.16 (#4119) 2023-12-08 21:01:54 +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: support uploading image to cloud storage (#4413) 2024-01-20 23:16:18 +08:00
pubspec.yaml feat: support uploading image to cloud storage (#4413) 2024-01-20 23:16:18 +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?