https://github.com/appflowy-io/appflowy-plugins
Powerful add-ons for the flexible and popular rich-text editor AppFlowy Editor for Flutter
https://github.com/appflowy-io/appflowy-plugins
Last synced: 12 months ago
JSON representation
Powerful add-ons for the flexible and popular rich-text editor AppFlowy Editor for Flutter
- Host: GitHub
- URL: https://github.com/appflowy-io/appflowy-plugins
- Owner: AppFlowy-IO
- License: other
- Created: 2024-04-04T16:04:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T06:05:06.000Z (about 2 years ago)
- Last Synced: 2024-05-21T07:31:51.472Z (about 2 years ago)
- Language: Dart
- Size: 429 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppFlowy Plugins
Powerful add-ons for the flexible and popular rich-text editor [AppFlowy Editor](https://pub.dev/packages/appflowy_editor) for Flutter.
## Available plugins
- [Code Block](https://github.com/AppFlowy-IO/appflowy-plugins/tree/main/packages/appflowy_editor_plugins/lib/src/code_block)
- [Link Preview Block](https://github.com/AppFlowy-IO/appflowy-plugins/tree/main/packages/appflowy_editor_plugins/lib/src/link_preview)
- [Video Block](https://github.com/AppFlowy-IO/appflowy-plugins/tree/main/packages/appflowy_editor_plugins/lib/src/video_block)
Looking for a plugin but cannot find it on the list? Submit a [Plugin request](https://github.com/AppFlowy-IO/AppFlowy-plugins/issues/new?assignees=&labels=&projects=&template=plugin_request.yaml&title=[Plugin%20request])!
## Melos
To make it easier to manage a federated package approach, we use [Melos](https://pub.dev/packages/melos). If you need to develop across multiple packages, you can bootstrap melos by running `melos bootstrap`.
To setup the `melos` CLI and make it globally available, run this command: `dart pub global activate melos`
Scripts available:
- `melos run analyze`: Run `dart analyze .` in all packages.
- `melos run format`: Run `dart format --set-exit-if-changed` in all packages.
- `melos run get`: Run `flutter pub get` in all packages.