shirley 0.0.1
shirley: ^0.0.1 copied to clipboard
Button Widgets Code Generator for Flutter DevTools Extension
🍹 Shirley #
Buttom Maker Flutter DevTools extension
Features #
This package adds a new tool to Flutter's DevTools, utilizing the new devtools_extensions
framework. With this tool, you can generate a button code by setting its fields. You can also copy the generated code to clipboard and paste it anywhere.
Getting started #
To add this package to your project, run:
$ flutter pub add shirley
That’s it! Now you just need to open your DevTools and use button generator tool!
Contributing to this package #
- Fork this repository.
- Run the following command, and you will see the extension running on chrome.
$ flutter run -d chrome --dart-define=use_simulated_environment=true
- If you would like to see the extension running on a real DevTools Environment, run the following commands.
$ fvm dart run devtools_extensions build_and_copy --source=. --dest=./example/extension/devtools
$ cd example
$ flutter run
For more information, see the devtools_extensions package documentation.