rich_field_controller 0.2.0 copy "rich_field_controller: ^0.2.0" to clipboard
rich_field_controller: ^0.2.0 copied to clipboard

A rich text field controller that turns any Flutter TextField into an WYSIWYG filed.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rich_field_controller

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

dependencies:
  rich_field_controller: ^0.2.0

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:rich_field_controller/rich_field_controller.dart';
10
likes
160
points
108
downloads

Publisher

unverified uploader

Weekly Downloads

A rich text field controller that turns any Flutter TextField into an WYSIWYG filed.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, equatable, flutter

More

Packages that depend on rich_field_controller