catppuccin 0.1.0
catppuccin: ^0.1.0 copied to clipboard
Soothing pastel library for Dart.

Catppuccin for Dart
Get started with example/main.dart
Frequently Asked Questions #
1) How do I use Catppuccin in a Dart / Flutter project? #
To use Catppuccin in a Dart / Flutter project, you can follow these steps:
- Add Catppuccin to Your
pubspec.yamlFile: Open yourpubspec.yamlfile and add the following line under thedependenciessection:
dependencies:
# ...
catppuccin: ^0.1.0
# ...
- After adding catppuccin to your
pubspec.yamlfile, run the following command in your terminal to fetch the packages:
flutter pub get
If you are not building a flutter app, you can use:
dart pub get