AppFlowy/app_flowy/packages/flowy_infra_ui
2021-11-17 14:18:21 +08:00
..
.vscode [infra_ui][focus] Impl auto unfocus widget for infra ui 2021-07-18 17:50:43 +08:00
android [infra_ui] Integrate keyboard detector to example proj 2021-07-18 17:51:02 +08:00
example [rust]: windows config 2021-11-17 14:18:21 +08:00
flowy_infra_ui_platform_interface [infra_ui] Fix warning issues raised by analyzer 2021-07-21 11:23:51 +08:00
flowy_infra_ui_web [infra_ui] Fix warning issues raised by analyzer 2021-07-21 11:23:51 +08:00
ios [flutter]: update appflowy desktop bundle identifier 2021-11-15 21:39:37 +08:00
lib [flutter]: modify view's name in topbar 2021-11-10 18:27:01 +08:00
macos [flutter]: update appflowy desktop bundle identifier 2021-11-15 21:39:37 +08:00
test [rust]: windows config 2021-11-17 14:18:21 +08:00
windows [rust]: windows config 2021-11-17 14:18:21 +08:00
.gitignore [infra_ui] Migrate infra_ui from package to plugin 2021-07-17 00:37:47 +08:00
.metadata [infra_ui] Migrate infra_ui from package to plugin 2021-07-17 00:37:47 +08:00
analysis_options.yaml flowy_infra & flowy_infra_ui migration 2021-07-13 08:47:26 +08:00
CHANGELOG.md [rust]: windows config 2021-11-17 14:18:21 +08:00
LICENSE [flutter]: add licenses 2021-11-13 14:51:06 +08:00
pubspec.lock [flutter]: customize checkbox style of quill editor 2021-11-01 18:38:03 +08:00
pubspec.yaml [flutter]: fix bugs 2021-11-02 22:18:13 +08:00
README.md [rust]: windows config 2021-11-17 14:18:21 +08:00

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.