tailwind_design
A Flutter package that brings Tailwind's design philosophy to Flutter through a collection of specialized sub-packages. This package serves as a convenient way to access all Tailwind-inspired design utilities through a single dependency.
Features
This package exports the following sub-packages:
- tailwind_colors_design: Access Tailwind's color palette in Flutter
- tailwind_responsive_design: Implement responsive design using Tailwind's breakpoint system
Getting Started
Add this package to your Flutter project by including it in your pubspec.yaml
:
dependencies:
tailwind_design: ^1.0.0
Run the following command:
flutter pub get
Usage
Import the package in your Dart code:
import 'package:tailwind_design/tailwind_design.dart';
Sub-packages
tailwind_colors_design
For more detailed information about using Tailwind colors, visit: tailwind_colors_design
tailwind_responsive_design
For more detailed information about responsive design utilities, visit: tailwind_responsive_design
Additional Features
- 🎨 Complete Tailwind color system
- 📱 Responsive breakpoints
- 🔧 Easy to use utilities
- âš¡ Lightweight implementation
Examples
Check out our example app for more detailed usage examples.
Contributing
We welcome contributions! Please see our contributing guide for details.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
If you find a bug or want to request a new feature, please report it via:
Credits
This package is inspired by Tailwind CSS.
Authors
- Your Name (@RaghavTheGreat1)