flutter_html_editor_forked 0.0.1 copy "flutter_html_editor_forked: ^0.0.1" to clipboard
flutter_html_editor_forked: ^0.0.1 copied to clipboard

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 flutter_html_editor_forked

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

dependencies:
  flutter_html_editor_forked: ^0.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:flutter_html_editor_forked/flutter_html_editor.dart';
import 'package:flutter_html_editor_forked/utils/callbacks.dart';
import 'package:flutter_html_editor_forked/utils/file_upload_model.dart';
import 'package:flutter_html_editor_forked/utils/options.dart';
import 'package:flutter_html_editor_forked/utils/plugins.dart';
import 'package:flutter_html_editor_forked/utils/shims/dart_ui.dart';
import 'package:flutter_html_editor_forked/utils/shims/dart_ui_fake.dart';
import 'package:flutter_html_editor_forked/utils/shims/dart_ui_real.dart';
import 'package:flutter_html_editor_forked/utils/shims/flutter_inappwebview_fake.dart';
import 'package:flutter_html_editor_forked/utils/toolbar.dart';
import 'package:flutter_html_editor_forked/utils/utils.dart';
1
likes
80
pub points
25%
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

file_picker, flex_color_picker, flutter, flutter_inappwebview, flutter_keyboard_visibility, flutter_web_plugins, meta, numberpicker, plugin_platform_interface, pointer_interceptor, visibility_detector

More

Packages that depend on flutter_html_editor_forked