flexical 0.1.1 copy "flexical: ^0.1.1" to clipboard
flexical: ^0.1.1 copied to clipboard

A native Flutter rich text editor that outputs Lexical JSON format. Edit rich text in Flutter, get cross-platform compatible Lexical JSON.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flexical

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flexical: ^0.1.1

Alternatively, 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:flexical/flexical.dart';
2
likes
150
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A native Flutter rich text editor that outputs Lexical JSON format. Edit rich text in Flutter, get cross-platform compatible Lexical JSON.

Repository (GitHub)
View/report issues

Topics

#rich-text-editor #lexical #editor #rich-text

License

MIT (license)

Dependencies

flutter, flutter_lexical_reader

More

Packages that depend on flexical