widgetly 0.0.15 copy "widgetly: ^0.0.15" to clipboard
widgetly: ^0.0.15 copied to clipboard

A collection of customizable Flutter widgets designed for rapid UI development. Widgetly provides ready-to-use components with consistent styling and behavior.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widgetly

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

dependencies:
  widgetly: ^0.0.15

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:widgetly/widgetly.dart';
17
likes
160
points
129
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of customizable Flutter widgets designed for rapid UI development. Widgetly provides ready-to-use components with consistent styling and behavior.

Repository (GitHub)
View/report issues

Topics

#widget #ui #components #flutter-widgets #customizable

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, keyboard_actions

More

Packages that depend on widgetly