shirley 0.0.1
shirley: ^0.0.1 copied to clipboard
Button Widgets Code Generator for Flutter DevTools Extension
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