html_e_e_temp 0.0.2 copy "html_e_e_temp: ^0.0.2" to clipboard
html_e_e_temp: ^0.0.2 copied to clipboard

HTML rich text editor, updated flutter_inappwebview dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add html_e_e_temp

With Flutter:

 $ flutter pub add html_e_e_temp

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

dependencies:
  html_e_e_temp: ^0.0.2

Alternatively, your editor might support dart pub get or 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_e_e_temp/html_editor.dart';
import 'package:html_e_e_temp/utils/callbacks.dart';
import 'package:html_e_e_temp/utils/file_upload_model.dart';
import 'package:html_e_e_temp/utils/options.dart';
import 'package:html_e_e_temp/utils/plugins.dart';
import 'package:html_e_e_temp/utils/shims/dart_ui.dart';
import 'package:html_e_e_temp/utils/shims/dart_ui_fake.dart';
import 'package:html_e_e_temp/utils/shims/dart_ui_real.dart';
import 'package:html_e_e_temp/utils/shims/flutter_inappwebview_fake.dart';
import 'package:html_e_e_temp/utils/toolbar.dart';
import 'package:html_e_e_temp/utils/utils.dart';
1
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

HTML rich text editor, updated flutter_inappwebview dependency.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on html_e_e_temp