Installation
Install and initialize Flutterwind in your Flutter project.
Flutterwind works across Android, iOS, Web, macOS, Windows, and Linux.
1) Add the package
Or add it manually to pubspec.yaml:
Then run:
2) Initialize Flutterwind
This creates a flutterwind.yaml file at your project root.
Use this file to customize tokens like colors, spacing, breakpoints, typography, and effects.
3) Wrap your app
Import Flutterwind in main.dart:
Wrap your app with FlutterWind:
Setup complete. Continue with the usage guide to apply utility classes to your widgets.