code_highlight_view 0.1.0 copy "code_highlight_view: ^0.1.0" to clipboard
code_highlight_view: ^0.1.0 copied to clipboard

Syntax highlighting widget for Flutter. This is an update/fork of package:highlight_view with selectable text and perf improvements.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add code_highlight_view

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

dependencies:
  code_highlight_view: ^0.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_highlight_view/code_highlight_view.dart';
0
likes
130
pub points
53%
popularity

Publisher

unverified uploader

Syntax highlighting widget for Flutter. This is an update/fork of package:highlight_view with selectable text and perf improvements.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, highlight

More

Packages that depend on code_highlight_view