rtf_textfield 1.0.1 rtf_textfield: ^1.0.1 copied to clipboard
Flutter custom widget to create Rich TextField. It includes textspan for hint, label. Control the text style with RichTextController.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rtf_textfield
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
rtf_textfield: ^1.0.1
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:rtf_textfield/rtf_textfield.dart';