code_viewer 0.0.2 copy "code_viewer: ^0.0.2" to clipboard
code_viewer: ^0.0.2 copied to clipboard

This is a minimalist code-viewer with a copy button. It is mainly to view Dart code but will be able to highlight other languages in the future and with your help.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add code_viewer

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

dependencies:
  code_viewer: ^0.0.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:code_viewer/code_viewer.dart';
4
likes
140
points
409
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

This is a minimalist code-viewer with a copy button. It is mainly to view Dart code but will be able to highlight other languages in the future and with your help.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0, MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on code_viewer