rtf_textfield 0.0.3 copy "rtf_textfield: ^0.0.3" to clipboard
rtf_textfield: ^0.0.3 copied to clipboard

Flutter custom widget to create Rich TextField

Flutter custom widget to create Rich TextField 🚀

Included RichTextFieldController` for customize text, hint and label TextSpan 😊
Show some ❤️ and star the repo to support the project!

Pub License: MIT Repository views Pub

Pub likes Pub popularity Pub points


Getting Started #

Follow these steps to use this package

Add dependency #

dependencies:
  rtf_textfield: ^0.0.3

Add import package #

import 'package:rtf_textfield/rtf_textfield.dart';

Easy to use #

Simple example of use RichTextField
Put this code in your project at an screen and learn how it works 😊

 RichTextField(
              decoration: RichInputDecoration(
                hintSpan: TextSpan(
                  text: 'Enter your name',
                  children: [
                    TextSpan(
                      text: ' *',
                      style: TextStyle(
                        color: Colors.red,
                      ),
                    ),
                  ],
                ),
              ),
            ),

Examples #

You can check more examples of using this package here


Thanks to all contributors of this package


1
likes
0
pub points
43%
popularity

Publisher

verified publishershodev.live

Flutter custom widget to create Rich TextField

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rtf_textfield