tailwind_standards 1.0.1 copy "tailwind_standards: ^1.0.1" to clipboard
tailwind_standards: ^1.0.1 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.1

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';
23
likes
0
pub points
58%
popularity

Publisher

verified publishertiespol.nl

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tailwind_standards