clepit_core 0.2.0
clepit_core: ^0.2.0 copied to clipboard
A block-style editor with built-in plugins and renderer. Native Dart/Flutter twin of @clepit/core, targets web, mobile, and desktop.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add clepit_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
clepit_core: ^0.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:clepit_core/clepit_core.dart';