light_html_editor 0.0.3 copy "light_html_editor: ^0.0.3" to clipboard
light_html_editor: ^0.0.3 copied to clipboard

outdated

A lightweight HTML editor for Flutter. Provides functionality to edit and parse simple HTML code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add light_html_editor

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

dependencies:
  light_html_editor: ^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:light_html_editor/editor.dart';
import 'package:light_html_editor/placeholder.dart';
import 'package:light_html_editor/renderer.dart';
import 'package:light_html_editor/richtext/buttons/color_button.dart';
import 'package:light_html_editor/richtext/buttons/custom_button.dart';
import 'package:light_html_editor/richtext/buttons/font_button.dart';
import 'package:light_html_editor/richtext/buttons/text_button.dart';
import 'package:light_html_editor/richtext/color_utils.dart';
import 'package:light_html_editor/richtext/editor_properties.dart';
import 'package:light_html_editor/richtext/renderer_properties.dart';
import 'package:light_html_editor/richtext/richtext_node.dart';
import 'package:light_html_editor/richtext/text_constants.dart';
14
likes
0
points
192
downloads

Publisher

verified publishermanuelh.at

Weekly Downloads

A lightweight HTML editor for Flutter. Provides functionality to edit and parse simple HTML code.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on light_html_editor