html_editor_enhanced 1.8.0 copy "html_editor_enhanced: ^1.8.0" to clipboard
html_editor_enhanced: ^1.8.0 copied to clipboard

outdated

HTML rich text editor for Android, iOS, and Web, using the Summernote library. Enhanced with critical bug fixes and support for callbacks, plugins, dark mode, and much more.

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.8.0

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/file_upload_model.dart';
import 'package:html_editor_enhanced/utils/options.dart';
import 'package:html_editor_enhanced/utils/plugins.dart';
import 'package:html_editor_enhanced/utils/shims/dart_ui.dart';
import 'package:html_editor_enhanced/utils/shims/dart_ui_fake.dart';
import 'package:html_editor_enhanced/utils/shims/dart_ui_real.dart';
import 'package:html_editor_enhanced/utils/toolbar.dart';
import 'package:html_editor_enhanced/utils/toolbar_widget.dart';
566
likes
80
pub points
98%
popularity

Publisher

unverified uploader

HTML rich text editor for Android, iOS, and Web, using the Summernote library. Enhanced with critical bug fixes and support for callbacks, plugins, dark mode, and much more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_inappwebview, flutter_keyboard_visibility, js, visibility_detector

More

Packages that depend on html_editor_enhanced