html_editor_enhanced 1.2.0+1 copy "html_editor_enhanced: ^1.2.0+1" to clipboard
html_editor_enhanced: ^1.2.0+1 copied to clipboard

outdated

HTML Editor Enhanced is a text editor for Android and iOS to help write WYSIWYG HTML code using Summernote. Initially created by @xrb21, enhanced version maintained by @tneotia.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add html_editor_enhanced

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

dependencies:
  html_editor_enhanced: ^1.2.0+1

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:html_editor_enhanced/html_editor.dart';
import 'package:html_editor_enhanced/html_editor_widget.dart';
import 'package:html_editor_enhanced/utils/callbacks.dart';
import 'package:html_editor_enhanced/utils/pick_image.dart';
599
likes
0
pub points
98%
popularity

Publisher

unverified uploader

HTML Editor Enhanced is a text editor for Android and iOS to help write WYSIWYG HTML code using Summernote. Initially created by @xrb21, enhanced version maintained by @tneotia.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview, image_picker, path

More

Packages that depend on html_editor_enhanced