draft_view 0.8.2 copy "draft_view: ^0.8.2" to clipboard
draft_view: ^0.8.2 copied to clipboard

outdated

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_view

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

dependencies:
  draft_view: ^0.8.2

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:draft_view/draft_view.dart';
4
likes
0
pub points
59%
popularity

Publisher

unverified uploader

A draft js renderer written in Dart! You can easily render your draft js object in Flutter!

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

audioplayers, flutter, url_launcher

More

Packages that depend on draft_view