composable_widget 1.0.0 copy "composable_widget: ^1.0.0" to clipboard
composable_widget: ^1.0.0 copied to clipboard

A package to create Flutter widgets with less nesting, inspired by Jetpack Compose.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add composable_widget

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

dependencies:
  composable_widget: ^1.0.0

Alternatively, 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:composable_widget/composable_widget.dart';
0
likes
120
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A package to create Flutter widgets with less nesting, inspired by Jetpack Compose.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on composable_widget