code_text_field 1.1.0 copy "code_text_field: ^1.1.0" to clipboard
code_text_field: ^1.1.0 copied to clipboard

A customizable code field supporting syntax highlighting, bi-directionnal scrolling and code modifiers

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.1.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:code_text_field/code_text_field.dart';
148
likes
130
pub points
93%
popularity

Publisher

unverified uploader

A customizable code field supporting syntax highlighting, bi-directionnal scrolling and code modifiers

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_highlight, highlight, linked_scroll_controller

More

Packages that depend on code_text_field