rtf_textfield 0.0.4 copy "rtf_textfield: ^0.0.4" to clipboard
rtf_textfield: ^0.0.4 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 Dart:

 $ dart pub add rtf_textfield

With Flutter:

 $ flutter pub add rtf_textfield

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rtf_textfield: ^0.0.4

Alternatively, your editor might support dart pub get or 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
0
pub points
44%
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rtf_textfield