ff_tiptap_viewer 0.0.1
ff_tiptap_viewer: ^0.0.1 copied to clipboard
Renders TipTap JSON as native, selectable Flutter widgets with per-node theming.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ff_tiptap_viewerWith Flutter:
$ flutter pub add ff_tiptap_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ff_tiptap_viewer: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ff_tiptap_viewer/ff_tiptap_viewer.dart';