reusable_widgets 0.0.2
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_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
reusable_widgets: ^0.0.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:reusable_widgets/buttons/rounded_shadow_button.dart';
import 'package:reusable_widgets/container/rounded_rectangle_material.dart';
import 'package:reusable_widgets/container/shadowed_material.dart';