html_editor_enhanced_android_fix 1.0.0+3
html_editor_enhanced_android_fix: ^1.0.0+3 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 html_editor_enhanced_android_fix
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
html_editor_enhanced_android_fix: ^1.0.0+3
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_android_fix/html_editor.dart';
import 'package:html_editor_enhanced_android_fix/utils/callbacks.dart';
import 'package:html_editor_enhanced_android_fix/utils/file_upload_model.dart';
import 'package:html_editor_enhanced_android_fix/utils/options.dart';
import 'package:html_editor_enhanced_android_fix/utils/plugins.dart';
import 'package:html_editor_enhanced_android_fix/utils/shims/dart_ui.dart';
import 'package:html_editor_enhanced_android_fix/utils/shims/dart_ui_fake.dart';
import 'package:html_editor_enhanced_android_fix/utils/shims/dart_ui_real.dart';
import 'package:html_editor_enhanced_android_fix/utils/shims/flutter_inappwebview_fake.dart';
import 'package:html_editor_enhanced_android_fix/utils/toolbar.dart';
import 'package:html_editor_enhanced_android_fix/utils/utils.dart';