flutter_syntax_view 4.1.6 copy "flutter_syntax_view: ^4.1.6" to clipboard
flutter_syntax_view: ^4.1.6 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 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 flutter pub get):

dependencies:
  flutter_syntax_view: ^4.1.6
copied to clipboard

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:flutter_syntax_view/flutter_syntax_view.dart';
copied to clipboard
88
likes
160
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, string_scanner

More

Packages that depend on flutter_syntax_view