Installation
How to install flutterwind in your app.
Flutterwind is designed to work seamlessly across all Flutter-supported platforms, ensuring a consistent styling experience no matter where your app runs.
Using the package
Install the FLutterwind
Alternatively, you can add the dependency to your pubspec.yaml
file
Now you can execute the following command to install the dependencies:
Initialize Flutterwind
tailwind.config.yaml file will be created on root of your project for Flutterwind. It's where you can customize your design system, specify your color palette, fonts, breakpoints, and more.
Setup Flutterwind Config
Navigate to Entrypoint
Import the package in your main.dart file.
Now you can override the default code and wrap it with Flutterwind widget.
Well done! Now you can start using Flutterwind in your project.