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

outdated

HTML Editor Enhanced is a feature-packed HTML rich text editor for Android, iOS, and Web, backed by the Summernote library.

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.5.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/utils/callbacks.dart';
import 'package:html_editor_enhanced/utils/plugins.dart';
import 'package:html_editor_enhanced/utils/toolbar.dart';
import 'package:html_editor_enhanced/utils/toolbar_icon.dart';
599
likes
0
pub points
98%
popularity

Publisher

unverified uploader

HTML Editor Enhanced is a feature-packed HTML rich text editor for Android, iOS, and Web, backed by the Summernote library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview, js

More

Packages that depend on html_editor_enhanced