draft_view 0.9.0-nullsafety.0
draft_view: ^0.9.0-nullsafety.0 copied to clipboard
A draft js renderer written in Dart!
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.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:draft_view/draft_view.dart';