tailwind_cli 0.1.2 copy "tailwind_cli: ^0.1.2" to clipboard
tailwind_cli: ^0.1.2 copied to clipboard

outdated

A simple yet best tailwind style generation cli tool for flutter projects.

Tailwind CLI #

A simple yet awesome flutter package to generate and use TailwindCSS like styling in your flutter projects.

Inspiration #

Some Highlights

This will provide basic styling just like Tailwind provides in which it is providing you Colors, Gradient Colors, Sizing (Padding, Margins), Roundness, Shadows, Font Sizes, Font styling Etc.

Getting Started #

Install package

flutter pub add tailwind_cli

Now publish the tailwind.config.json file

flutter pub run tailwind_cli:init

Publishing tailwind.config.json file will create a config file for Tailwind styles.

Build / Generate tailwind styling

flutter pub run tailwind_cli:build

Add tailwind in your project's pubspec.yaml file under dependencies section

  # Tailwind
  tailwind:
    path: tailwind

Now install generated tailwind styles in your project

flutter pub get

Now your project is ready to use Tailwind styling

Note #

Please re-build tailwind styles every time you make changes in tailwind.config.json file

flutter pub run tailwind_cli:build

Features #

This is mainly focused to provide you an easy way to style your pages and UI in your flutter projects because as everyone knows that it takes developer to write a lot of code to achieve just a small UI. So we are here to rescue you and provides you a lighting speed to build beautiful UI without writing a lot of code.

Detailed documentation #

Please refer to Tailwind CLI documentation

29
likes
0
pub points
57%
popularity

Publisher

verified publisherdevsbuddy.com

A simple yet best tailwind style generation cli tool for flutter projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dcli, flutter

More

Packages that depend on tailwind_cli