A Flutter implementation of Tailwind CSS utility classes with support for screen utilities. This package offers a set of extension methods on Flutter widgets that replicate Tailwind CSS classes, allowing you to style your Flutter widgets using a familiar Tailwind-like syntax.
Add the following to your package's pubspec.yaml file:
```yaml dependencies: flutter_tailwind: ^1.0.2