breaks_on_fridays_ui 0.1.6
breaks_on_fridays_ui: ^0.1.6 copied to clipboard
A thin, opinionated layer of styled Flutter widgets on top of shadcn_flutter — buttons, forms, dialogs, and more, all through a single BoF entry point.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add breaks_on_fridays_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
breaks_on_fridays_ui: ^0.1.6Alternatively, 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:breaks_on_fridays_ui/breaks_on_fridays_ui.dart';