nextwidget 1.0.1
nextwidget: ^1.0.1 copied to clipboard
A Flutter package providing a collection of customizable widget templates and a CLI tool for generating components, making it easy to create common UI elements.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nextwidgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nextwidget: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.