text_editor 0.6.0 text_editor: ^0.6.0 copied to clipboard
An Instagram like text editor Flutter widget that helps you to change your text style.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add text_editor
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
text_editor: ^0.6.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:text_editor/text_editor.dart';