draft_view 0.9.0-nullsafety.3
draft_view: ^0.9.0-nullsafety.3 copied to clipboard
A draft js renderer written in Dart! You can easily render your draft js object in Flutter!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add draft_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
draft_view: ^0.9.0-nullsafety.3Alternatively, 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:draft_view/draft_view.dart';