mirror of
https://github.com/catppuccin/flutter.git
synced 2026-01-09 05:40:56 +08:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Catppuccin for Flutter
Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
Installation
To use Catppuccin in a Flutter project, you can follow these steps:
- Add
catppuccin_flutterto Yourpubspec.yamlFile: Open yourpubspec.yamlfile and add the following line under thedependenciessection:dependencies: # ... catppuccin_flutter: ^1.0.0 # ... - After adding
catppuccin_flutterto yourpubspec.yamlfile, run the following command in your terminal to fetch the packages:flutter pub get
Usage
import 'package:catppuccin_flutter/catppuccin_flutter.dart';
Flavor flavor = catppuccin.latte;
Color primaryColor = flavor.mauve;
Color secondaryColor = flavor.pink;
catppuccinencapsulates all the flavor names, namelylatte,frappe,macchiatoandmocha.Flavortypedef for record, which is a collection of all the colors available.
Also, you can get started with our example to see it in action!
Contributing
If you are looking to contribute, please read through our CONTRIBUTING.md first!
💝 Thanks to
Copyright © 2022-present Catppuccin Org
Languages
Dart
74.5%
CMake
16.5%
C++
7.7%
C
1.3%