tailwind_standards 0.0.2 copy "tailwind_standards: ^0.0.2" to clipboard
tailwind_standards: ^0.0.2 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 Flutter:

 $ flutter pub add tailwind_standards

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tailwind_standards: ^0.0.2

Alternatively, 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:tailwind_standards/tailwind_standards.dart';
23
likes
150
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on tailwind_standards