mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ace729eb78
* chore: replace settings icon and expand icon * feat: use tabbar view to control the spaces * feat: improve space UI design on mobile * feat: improve recent space UI design on mobile * feat: improve recent space UI design on mobile * feat: improve favorite space UI design on mobile * feat: improve header UI design on mobile * feat: expand header height * feat: update BottomNavigationBarItem icon * fix: recent views and favorite views doesn't reload after switching workspace * feat: improve recent view UI design on mobile * feat: improve recent/favorite view UI design on mobile * feat: add empty placeholder for recent/favorite space * feat: long press on recent card to show bottom sheet * feat: support removing page from recent * feat: add trash button * chore: remove recent top padding * feat: support user avatar * feat: support ... and + in space page * chore: disable user avatar * feat: optimize title display on mobile * feat: support ... menu on Space page * chore: add tab padding * chore: cache image * chore: optimize the mobile card view height * feat: reoder tab on mobile * fix: some emojis may not display correctly on Android devices * fix: ignore the last edit time on test |
||
---|---|---|
.. | ||
android | ||
example | ||
flowy_infra_ui_platform_interface | ||
flowy_infra_ui_web | ||
ios | ||
lib | ||
linux | ||
macos | ||
test | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
flowy_infra_ui
A new flutter plugin project.
Getting Started
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
The plugin project was generated without specifying the --platforms
flag, no platforms are currently supported.
To add platforms, run flutter create -t plugin --platforms <platforms> .
under the same
directory. You can also find a detailed instruction on how to add platforms in the pubspec.yaml
at https://flutter.dev/docs/development/packages-and-plugins/developing-packages#plugin-platforms.