pulse_theme 0.5.1
pulse_theme: ^0.5.1 copied to clipboard
PULSE — i-Willink's mobile-first design system for Flutter. Material 3 ThemeData factories plus components, code-generated from DTCG design tokens.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pulse_themeWith Flutter:
$ flutter pub add pulse_themeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pulse_theme: ^0.5.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pulse_theme/pulse_theme.dart';