code_text_field 1.0.0-5 copy "code_text_field: ^1.0.0-5" to clipboard
code_text_field: ^1.0.0-5 copied to clipboard

outdated

A customizable code field supporting syntax highlighting

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add code_text_field

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

dependencies:
  code_text_field: ^1.0.0-5

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:code_text_field/code_text_field.dart';
147
likes
0
pub points
94%
popularity

Publisher

unverified uploader

A customizable code field supporting syntax highlighting

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_highlight, flutter_keyboard_visibility, highlight, linked_scroll_controller

More

Packages that depend on code_text_field