AppFlowy/frontend/appflowy_flutter
Yijing Huang 73ea1a0685
feat:add toast in trash and confirm dialog + fix issues from launch review (#3787)
* chore: improve trash button

* feat: improve restore all&delete all

* refactor: add showFlowyMobileConfirmDialog

* feat: add toast in delete/restore single file

* refactor: refactor to TrashActionType enum

* fix: text invisible in signin page in dark mode

* feat: add FlowyMobileErrorStateContainer to display error state

* refactor: add FlowyMobileStateContainer to handle empty or error state

- Replace MobileErrorPage by FlowyMobileStateContainer.error
- Implement app version in reporting issue on github
- Implement FlowyMobileStateContainer in trash,setting,favorite and mobile view page

* refactor: unify bottom sheet style

- Unify bottom sheet style in add new page, page action, and trash action
- Add icon color in BottomSheetActionWidget for future use
- Add theme color in MobileBottomSheetDragHandle

* chore: unify Appbar style

* chore: remove the more button when trash list is empty

* fix: show bottom sheet error

* fix: fix merge and ui issue

* refactor: refactor ViewPageBottomSheet and origanize code

* chore: add icon color for favorite button

* fix: add missing icon color and delete comments

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-11-02 11:15:15 -07:00
..
android feat: android deeplink and update icons (#3769) 2023-10-24 13:52:55 +08:00
assets feat: auth pages improvement for mobile and desktop platform (#3217) 2023-09-12 10:32:26 +08:00
integration_test feat: support customizing page icon (#3849) 2023-11-02 15:24:17 +08:00
ios fix: mobile page issues and improvements (#3809) 2023-10-27 13:36:09 +08:00
lib feat:add toast in trash and confirm dialog + fix issues from launch review (#3787) 2023-11-02 11:15:15 -07:00
linux fix: downgrade the folder path to io.appflowy.appflowy (#3344) 2023-09-12 14:31:05 +08:00
macos fix: unable to build macOS universal package on x86 machine (#3863) 2023-11-02 15:24:35 +08:00
packages fix: notification actions lemonade darkmode (#3862) 2023-11-02 17:17:30 +01:00
test refactor: fav and workspace (#3837) 2023-11-01 11:45:35 +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 chore: sign in with provider (#3592) 2023-10-07 09:58:44 +08:00
Makefile chore: upgrade flutter to 3.10.1 (#2619) 2023-05-28 12:09:39 +08:00
pubspec.lock feat: support customizing page icon (#3849) 2023-11-02 15:24:17 +08:00
pubspec.yaml feat: support customizing page icon (#3849) 2023-11-02 15:24:17 +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?