reusable_widgets 0.0.2 copy "reusable_widgets: ^0.0.2" to clipboard
reusable_widgets: ^0.0.2 copied to clipboard

Simple widgets I use to ease my work instead of writing them all over and over again.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reusable_widgets

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

dependencies:
  reusable_widgets: ^0.0.2

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:reusable_widgets/buttons/rounded_shadow_button.dart';
import 'package:reusable_widgets/container/rounded_rectangle_material.dart';
import 'package:reusable_widgets/container/shadowed_material.dart';
1
likes
125
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Simple widgets I use to ease my work instead of writing them all over and over again.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on reusable_widgets