shadcn-flutter
Installation
SKILL.md
Shadcn Flutter
A cohesive UI ecosystem for Flutter—components, theming, and tooling—ready to ditch Material and Cupertino. Built with modern design tokens and high-quality widgets across mobile, web, and desktop.
Getting Started
To set up a fresh Flutter application with Shadcn Flutter:
-
Add the dependency:
flutter pub add shadcn_flutter -
Configure your
main.dart:import 'package:shadcn_flutter/shadcn_flutter.dart';