graph_your_widget_tree 0.1.1
graph_your_widget_tree: ^0.1.1 copied to clipboard
grap_your_widget_tree enables you to describe widget trees in your slide decks
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add graph_your_widget_treeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
graph_your_widget_tree: ^0.1.1Alternatively, 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:graph_your_widget_tree/graph_your_widget_tree.dart';