flutter_syntax_view 4.1.3 copy "flutter_syntax_view: ^4.1.3" to clipboard
flutter_syntax_view: ^4.1.3 copied to clipboard

A static syntax highlighter widget which highlights code text according to the programming language syntax using native Dart code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_syntax_view
copied to clipboard

With Flutter:

 $ flutter pub add flutter_syntax_view
copied to clipboard

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

dependencies:
  flutter_syntax_view: ^4.1.3
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_syntax_view/flutter_syntax_view.dart';
copied to clipboard
88
likes
0
points
8.52k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.01 - 2025.04.26

A static syntax highlighter widget which highlights code text according to the programming language syntax using native Dart code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, string_scanner

More

Packages that depend on flutter_syntax_view