AppFlowy/frontend/appflowy_flutter
Gustavo Moreno e500c89978
feat: choose cursor/selection color from palette or color picker #5041 (#5677)
* chore: show ai service error (#5675)

* feat: Implement color picker dialog for user color selection (#5041)

- Added `flex_color_picker` dependency.
- Implemented a new color picker dialog with the following features:
  - Display Material predefined colors.
  - Include primary, accent, and shade colors, as well as a color wheel for selection.
  - Add a graphical opacity selector.
  - Enhanced the previous dialog to include an icon in a text field for opening the palette.
- Added `suffixIcon` parameter to the `_ColorSettingTextField` class, making it reactive to tap gestures.
- Utilized `ColorExtension` on the `Color` class to avoid namespace conflicts when converting colors to hexadecimal strings.
- Added translation strings to english

This commit addresses issue #5041

* feat: Implement color picker dialog for user color selection (#5041)

- Added `flex_color_picker` dependency.
- Implemented a new color picker dialog with the following features:
      - Display Material predefined colors.
      - Include primary, accent, and shade colors, as well as a color wheel for selection.
      - Add a graphical opacity selector.
      - Enhanced the previous dialog to include an icon in a text field for opening the palette.
- Added `suffixIcon` parameter to the `_ColorSettingTextField` class, making it reactive to tap gestures.
- Utilized `ColorExtension` on the `Color` class to avoid namespace conflicts when converting colors to hexadecimal strings.
- Added translation strings to english

This commit addresses issue #5041

* chore: refactor code

---------

Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-07-10 17:49:59 +08:00
..
android chore: update editor version (#5513) 2024-06-13 07:58:05 +08:00
assets feat: workspace settings page (#5225) 2024-05-10 16:08:32 +02:00
integration_test feat: render ai text message with appflowy_editor (#5682) 2024-07-10 17:17:07 +08:00
ios feat: Run Local AI model in AppFlowy (#5655) 2024-06-30 17:38:39 +08:00
lib feat: choose cursor/selection color from palette or color picker #5041 (#5677) 2024-07-10 17:49:59 +08:00
linux fix: launch review 0.5.9 (#5443) 2024-06-02 14:52:20 +02:00
macos feat: hide application to dock macos (#5592) 2024-06-20 21:00:56 +02:00
packages feat: support publish document (#5576) 2024-07-08 13:45:57 +08:00
test feat: add check workspace health button in settings page (#5631) 2024-06-27 09:57:06 +08: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 chore: add unwaited futures to analysis options (#4485) 2024-01-29 10:26:45 +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: choose cursor/selection color from palette or color picker #5041 (#5677) 2024-07-10 17:49:59 +08:00
pubspec.yaml feat: choose cursor/selection color from palette or color picker #5041 (#5677) 2024-07-10 17:49:59 +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?