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

Button Widgets Code Generator for Flutter DevTools Extension

example/example.md

Getting Started #

Before running shirley on devtool extensions, you should execute below commands. Since this extension is standalone, import 'package:shirley/shirley.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