tailwind_standards 1.0.0 tailwind_standards: ^1.0.0 copied to clipboard
A Flutter styling package based on the standards of Tailwind. Directly access to the default colors & same way of styling as in HTML with Tailwind.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tailwind_standards
With Flutter:
$ flutter pub add tailwind_standards
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
tailwind_standards: ^1.0.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tailwind_standards/tailwind_standards.dart';