flutter_rich_text_pro 0.0.1
flutter_rich_text_pro: ^0.0.1 copied to clipboard
A powerful and customizable WYSIWYG rich text editor for Flutter with HTML and Markdown support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_rich_text_proThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_rich_text_pro: ^0.0.1Alternatively, 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_rich_text_pro/custom_text.dart';
import 'package:flutter_rich_text_pro/custom_textfield.dart';
import 'package:flutter_rich_text_pro/flutter_rich_text_pro .dart';
import 'package:flutter_rich_text_pro/theme/app_them_data.dart';
import 'package:flutter_rich_text_pro/theme/styles.dart';