cus_theme 1.8.1
cus_theme: ^1.8.1 copied to clipboard
A customizable Flutter theme package with light/dark modes, color presets, typography, spacing, and dynamic theme switching.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cus_themeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cus_theme: ^1.8.1Alternatively, 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:cus_theme/cus_theme.dart';