yabwe 0.0.2 copy "yabwe: ^0.0.2" to clipboard
yabwe: ^0.0.2 copied to clipboard

Wrap of Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yabwe

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

dependencies:
  yabwe: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:yabwe/yabwe.dart';
6
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Wrap of Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.

Homepage

License

MIT (LICENSE)

Dependencies

dart_browser_loader, js

More

Packages that depend on yabwe