aj_text_editor 0.0.5
aj_text_editor: ^0.0.5 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 Dart:
$ dart pub add aj_text_editorWith Flutter:
$ flutter pub add aj_text_editorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
aj_text_editor: ^0.0.5Alternatively, your editor might support dart pub get or 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';