widget_snippet 0.1.0 copy "widget_snippet: ^0.1.0" to clipboard
widget_snippet: ^0.1.0 copied to clipboard

A Flutter package for showcasing widget code snippets. Display, copy, and download widget previews with their source code in various presentation formats.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_snippet

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

dependencies:
  widget_snippet: ^0.1.0

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:widget_snippet/widget_snippet.dart';
2
likes
160
points
70
downloads
screenshot

Publisher

verified publisherintuosol.com

Weekly Downloads

A Flutter package for showcasing widget code snippets. Display, copy, and download widget previews with their source code in various presentation formats.

Repository (GitHub)
View/report issues

Topics

#ui #documentation #code-snippet #showcase

Documentation

API reference

License

MIT (license)

Dependencies

archive, code_text_field, flutter, flutter_highlight, highlight, path_provider, screenshot, url_launcher, web

More

Packages that depend on widget_snippet