flutter_prism 0.2.2 copy "flutter_prism: ^0.2.2" to clipboard
flutter_prism: ^0.2.2 copied to clipboard

A syntax highlighting package for Flutter, based on dart_prism.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_prism

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

dependencies:
  flutter_prism: ^0.2.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:flutter_prism/flutter_prism.dart';
2
likes
160
pub points
68%
popularity

Publisher

verified publishertagnote.app

A syntax highlighting package for Flutter, based on dart_prism.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dart_prism, flutter

More

Packages that depend on flutter_prism