An open API service indexing awesome lists of open source software.

https://github.com/catppuccin/flutter

🦋 Soothing pastel library for Flutter
https://github.com/catppuccin/flutter

catppuccin flutter hacktoberfest library

Last synced: 5 months ago
JSON representation

🦋 Soothing pastel library for Flutter

Awesome Lists containing this project

README

          


Logo


Catppuccin for Flutter






 

## Previews

🌻 Latte

🪴 Frappé

🌺 Macchiato

🌿 Mocha

## Installation
To use Catppuccin in a Flutter project, you can follow these steps:
1. **Add `catppuccin_flutter` to Your `pubspec.yaml` File:**
Open your `pubspec.yaml` file and add the following line under the `dependencies` section:
```yaml
dependencies:
# ...
catppuccin_flutter: ^1.0.0
# ...
```
2. After adding `catppuccin_flutter` to your `pubspec.yaml` file, run the following command in your terminal to fetch the packages:
```bash
flutter pub get
```

## Usage
```dart
import 'package:catppuccin_flutter/catppuccin_flutter.dart';

Flavor flavor = catppuccin.latte;
Color primaryColor = flavor.mauve;
Color secondaryColor = flavor.pink;
```
* `catppuccin` encapsulates all the flavor names, namely `latte`, `frappe`, `macchiato` and `mocha`.
* `Flavor` typedef for record, which is a collection of all the colors available.

Also, you can get started with our [example](https://github.com/catppuccin/flutter/tree/main/example) to see it in action!

## Contributing
If you are looking to contribute, please read through our
[CONTRIBUTING.md](https://github.com/catppuccin/.github/blob/main/CONTRIBUTING.md)
first!

## 💝 Thanks to

- [useEffects](https://github.com/useEffects)

 





Copyright © 2022-present Catppuccin Org