flutty_ds 0.1.0
flutty_ds: ^0.1.0 copied to clipboard
Design System for Flutter - tokens, components and UI primitives.
flutty_ds #
Design System for Flutter - tokens, components and UI primitives.
Installation #
dependencies:
flutty_ds: ^0.1.0
Usage #
import 'package:flutty_ds/flutty_ds.dart';
// Use color tokens
final color = FluttyColors.primary;
// Use spacing tokens
final padding = EdgeInsets.all(FluttySpacing.md);
API Documentation #
See the API docs for full documentation.