napa_widgets 0.1.0 copy "napa_widgets: ^0.1.0" to clipboard
napa_widgets: ^0.1.0 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 Dart:

 $ dart pub add napa_widgets

With Flutter:

 $ flutter pub add napa_widgets

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  napa_widgets: ^0.1.0

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
0
downloads

Publisher

verified publisherleal.systems

Weekly Downloads

Napa widgets are an inspectable and serializable version of common Flutter widgets.

Repository (GitHub)
View/report issues

Topics

#reflection #serialization #ui

License

unknown (license)

Dependencies

flutter, inspectable_property, vector_math

More

Packages that depend on napa_widgets