AppFlowy/frontend/appflowy_flutter
Richard Shiue 25d4b4f718
chore: revamp mobile url editor (#4602)
* chore: revamp mobile url editor

* chore: add i18n

* chore: use shared url launcher

* chore: translation bump

* chore: add a toast notification after URL is copied to clipboard

* chore: listen to onchanged

* chore: improve text field editing experience

* chore: disable quick action buttons if url cell data is empty

* chore: apply suggestions from code review

Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>

* chore: provide the bloc and watch changes

---------

Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-03-14 09:36:29 +08:00
..
android chore: fix log (#4740) 2024-02-26 15:27:12 +08:00
assets
integration_test ci: fix flaky flutter integration tests (#4870) 2024-03-11 12:27:04 +08:00
ios chore: upgrade to flutter 3.19.0 (#4677) 2024-02-19 13:49:55 +08:00
lib chore: revamp mobile url editor (#4602) 2024-03-14 09:36:29 +08:00
linux chore: fix log (#4740) 2024-02-26 15:27:12 +08:00
macos chore: upgrade to flutter 3.19.0 (#4677) 2024-02-19 13:49:55 +08:00
packages chore: revamp mobile url editor (#4602) 2024-03-14 09:36:29 +08:00
test feat: advanced filters backend logic (#4688) 2024-03-14 09:35:45 +08:00
web
windows
.gitignore
.metadata
analysis_options.yaml
cargokit_options.yaml
dev.env
devtools_options.yaml
Makefile
pubspec.lock fix: version bump sheet package (#4889) 2024-03-13 15:02:23 +08:00
pubspec.yaml chore: 052 (#4890) 2024-03-13 19:40:36 +08:00
README.md

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?