AppFlowy/app_flowy/packages/flowy_sdk
2021-11-19 17:34:49 +08:00
..
android update README 2021-06-19 23:41:19 +08:00
example [rust]: windows config 2021-11-17 14:18:21 +08:00
ios [flutter]: update appflowy desktop bundle identifier 2021-11-15 21:39:37 +08:00
lib Enable Linux build 2021-11-19 12:09:56 +08:00
linux/Classes Enable Linux build 2021-11-19 12:09:56 +08:00
macos [flutter]: update appflowy desktop bundle identifier 2021-11-15 21:39:37 +08:00
test update README 2021-06-19 23:41:19 +08:00
windows [flutter]: support dev build window 2021-11-18 16:18:20 +08:00
.gitignore [flutter]: add aarch64 script 2021-11-19 17:34:49 +08:00
.metadata update README 2021-06-19 23:41:19 +08:00
analysis_options.yaml update README 2021-06-19 23:41:19 +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]: update placeholder avatar 2021-11-10 21:27:39 +08:00
pubspec.yaml [rust]: windows config 2021-11-17 14:18:21 +08:00
README.md [rust]: windows config 2021-11-17 14:18:21 +08:00

flowy_sdk

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.