rtf_textfield 1.0.1 copy "rtf_textfield: ^1.0.1" to clipboard
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';
1
likes
150
pub points
39%
popularity

Publisher

verified publishershodev.live

Flutter custom widget to create Rich TextField. It includes textspan for hint, label. Control the text style with RichTextController.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on rtf_textfield