napa_widgets 0.2.2
napa_widgets: ^0.2.2 copied to clipboard
Napa widgets are an inspectable and serializable version of common Flutter widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add napa_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
napa_widgets: ^0.2.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:napa_widgets/napa_widgets.dart';