Powerful add-ons for the flexible and popular rich-text editor AppFlowy Editor for Flutter.
Looking for a plugin but cannot find it on the list? Submit a Plugin request!
To make it easier to manage a federated package approach, we use 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
: Rundart analyze .
in all packages.melos run format
: Rundart format --set-exit-if-changed
in all packages.melos run get
: Runflutter pub get
in all packages.