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

Lorem Ipsum Dummy Text Generator for Flutter DevTools Extension

example/example.md

Getting Started #

Before running panache on devtool extensions, you should execute below commands. Since this extension is standalone, import 'package:panache/panache.dart'; statement is not necessary.

$ cd /path/to/root/of/this/repository
$ fvm dart run devtools_extensions build_and_copy --source=. --dest=./example/extension/devtools
$ cd example
$ fvm flutter run