rich_field_controller 0.1.2 copy "rich_field_controller: ^0.1.2" to clipboard
rich_field_controller: ^0.1.2 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.1.2

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';
8
likes
90
pub points
44%
popularity

Publisher

unverified uploader

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