aj_text_editor 0.0.8
aj_text_editor: ^0.0.8 copied to clipboard
aj_text_editor lets you easily customize your content with options to change text color, size, and font
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aj_text_editorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aj_text_editor: ^0.0.8Alternatively, 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:aj_text_editor/aj_text_editor.dart';