Html WYSIWYG package lets you add text field with link , bullets , copy paste options , font size , bold, italic and button customization.
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
html_wysiwyg_textfield: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:html_wysiwyg_textfield/html_wysiwyg_textfield.dart';
There are a number of properties that you can modify:
- value
- height
- decoration
- hint
- customToolbar
- returnContent
- onNavigate
This screen implements a WYSIWYG HTML editor with a custom toolbar.
✔️ Rich Text Editing – WYSIWYG editor with a customizable toolbar
📏 Adjustable Editor Height – Modify the height dynamically
🔗 Link Support – Handles URL navigation seamlessly
✂️ Clipboard Actions – Custom Copy, Cut, and Paste buttons
🖋️ Text Formatting – Supports bold, italic, underline, and strikethrough
📜 Lists & Paragraphs – Easily create ordered/unordered lists