flutterwindcss 1.0.3
flutterwindcss: ^1.0.3 copied to clipboard
Tailwind CSS v4 design system and styling vocabulary for Flutter — tokens, theming, and a typed utility API over the widgets layer.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutterwindcssThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutterwindcss: ^1.0.3Alternatively, 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:flutterwindcss/flutterwindcss.dart';