flutter_ui_kit_theme 0.1.16
flutter_ui_kit_theme: ^0.1.16 copied to clipboard
Production-ready Material 3 design system for multi-app Flutter ecosystems. Supports light/dark mode, multi-brand overrides, and a full design token system.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_ui_kit_themeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_ui_kit_theme: ^0.1.16Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_ui_kit_theme/flutter_ui_kit_theme.dart';