text_highlight 0.0.1 copy "text_highlight: ^0.0.1" to clipboard
text_highlight: ^0.0.1 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: ^0.0.1

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
30
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. 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

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on text_highlight