dart_snippet_view 0.0.1 copy "dart_snippet_view: ^0.0.1" to clipboard
dart_snippet_view: ^0.0.1 copied to clipboard

A Flutter package to display code in a snippet view

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_snippet_view

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

dependencies:
  dart_snippet_view: ^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:dart_snippet_view/dart_snippet_view.dart';
1
likes
120
pub points
56%
popularity

Publisher

verified publishertaars.site

A Flutter package to display code in a snippet view

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dart_style, flutter, webviewx

More

Packages that depend on dart_snippet_view