html_editor_plus 0.0.4 copy "html_editor_plus: ^0.0.4" to clipboard
html_editor_plus: ^0.0.4 copied to clipboard

PlatformiOSweb

HTML rich text editor for Android, iOS, and Web, using the Summernote library. Enhanced with highly customizable widget-based controls, bug fixes, callbacks, dark mode, and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add html_editor_plus

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

dependencies:
  html_editor_plus: ^0.0.4

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_plus/core.dart';
import 'package:html_editor_plus/editor_field.dart';
import 'package:html_editor_plus/editor_plus.dart';
import 'package:html_editor_plus/html_editor.dart';
import 'package:html_editor_plus/utils/callbacks.dart';
import 'package:html_editor_plus/utils/file_upload_model.dart';
import 'package:html_editor_plus/utils/options.dart';
import 'package:html_editor_plus/utils/plugins.dart';
import 'package:html_editor_plus/utils/shims/dart_ui.dart';
import 'package:html_editor_plus/utils/shims/dart_ui_fake.dart';
import 'package:html_editor_plus/utils/shims/dart_ui_real.dart';
import 'package:html_editor_plus/utils/shims/flutter_inappwebview_fake.dart';
import 'package:html_editor_plus/utils/toolbar.dart';
import 'package:html_editor_plus/utils/utils.dart';
9
likes
120
pub points
83%
popularity

Publisher

unverified uploader

HTML rich text editor for Android, iOS, and Web, using the Summernote library. Enhanced with highly customizable widget-based controls, bug fixes, callbacks, dark mode, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, file_picker, flex_color_picker, flutter, flutter_inappwebview, flutter_keyboard_visibility, meta, numberpicker, pointer_interceptor, visibility_detector

More

Packages that depend on html_editor_plus