text_highlight 1.0.2 copy "text_highlight: ^1.0.2" to clipboard
text_highlight: ^1.0.2 copied to clipboard

outdated

A richtext widget for highlighting programming languages like python , c++ , c# etc. Currently supports 9 programming languages c, c++, c#, go, java, javascript, python, r, swift.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_highlight

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

dependencies:
  text_highlight: ^1.0.2

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:text_highlight/text_highlight.dart';
3
likes
40
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A richtext widget for highlighting programming languages like python , c++ , c# etc. Currently supports 9 programming languages c, c++, c#, go, java, javascript, python, r, swift.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on text_highlight