text_highlight 1.0.0 copy "text_highlight: ^1.0.0" to clipboard
text_highlight: ^1.0.0 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. The widget is fully [...]

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.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:text_highlight/text_highlight.dart';
3
likes
0
pub points
41%
popularity

Publisher

unverified uploader

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. The widget is fully customizable , you can create theme of your own using HighlightTheme class , by default theme is dark mode.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on text_highlight