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

A Flutter rich-text editor; the Tiptap JS engine runs the document, Flutter natively renders every pixel. Composable widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tiptap_flutter

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

dependencies:
  tiptap_flutter: ^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:tiptap_flutter/tiptap_flutter.dart';
6
likes
160
points
421
downloads

Documentation

API reference

Publisher

verified publisherfeziks.com

Weekly Downloads

A Flutter rich-text editor; the Tiptap JS engine runs the document, Flutter natively renders every pixel. Composable widgets.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, path_provider, webview_flutter

More

Packages that depend on tiptap_flutter