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';
4
likes
150
points
62
downloads

Publisher

verified publishershodev.live

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rtf_textfield