acc951c5eb
* feat: add CardDetailScreen and CardPropertyEditScreen - add basic UI layout for these two screens - add MobileTextCell as the GridCellWidget adapts to mobile * feat: add MobileNumberCell and MobileTimestampCell * feat: Add MobileDateCell and MobileCheckboxCell - Add MobileDateCellEditScreen - Add dateStr and endDateStr in DateCellCalendarState * feat: add MobileFieldTypeOptionEditor - Add placeholder for different TypeOptionMobileWidgetBuilders - Add _MobileSwitchFieldButton * feat: add property delete feature in CardPropertyEditScreen * fix: fix VisibilitySwitch didn't update * feat: add MobileCreateRowFieldScreen - Refactor MobileFieldEditor to used in CardPropertyEditScreen and MobileCreateRowFieldScreen - Add MobileCreateRowFieldScreen * chore: localization and improve spacing * feat: add TimestampTypeOptionMobileWidget - Refactor TimeFormatListTile to be used in TimestampTypeOptionMobileWidget and _DateCellEditBody - Add IncludeTimeSwitch to be used in TimestampTypeOptionMobileWidget and _DateCellEditBody * feat: add checkbox and DateTypeOptionMobileWidget * chore: improve UI * chore: improve spacing * fix: fix end time shown issue * fix: minor issues * fix: flutter analyze * chore: delete unused TextEditingController * fix: prevent group field from deleting * feat: add NumberTypeOptionMobileWidget * chore: rename and clean code * chore: clean code * chore: extract class * chore: refactor reorder cells * chore: improve super.key * chore: refactor MobileFieldTypeList * chore: reorginize code * chore: remove unused import file * chore: clean code * chore: add commas due to flutter upgrade * feat: add MobileURLCell * fix: close keyboard when user tap outside of textfield * chore: update go_router version * fix: add missing GridCellStyle --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> |
||
---|---|---|
.. | ||
android | ||
assets | ||
integration_test | ||
ios | ||
lib | ||
linux | ||
macos | ||
packages | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
cargokit_options.yaml | ||
dev.env | ||
Makefile | ||
pubspec.lock | ||
pubspec.yaml | ||
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:
- Code Architecture
- Styleguide & Conventions
- Making Your First PR
- All AppFlowy Documentation - Contribution guide, build and run, debugging, testing, localization, etc.
Need Help?
- New to GitHub? Follow these steps to get started
- Stuck Somewhere? Join our Discord, we're there to help you!
- Find out more about the community initiatives.