Kedü is a lightweight, minimalist Flutter application that brings instant joy to your screen by fetching and displaying random cat images on demand from the Cataas (Cat as a Service) API.
- Instant Cat Fetching: Tap the "Kedü!" button to pull a fresh random cat image instantly.
- Clean UI: Designed with a smooth, modern layout built specifically for cross-platform compatibility.
- Loading States: Built-in network progress indicators to ensure a seamless experience while images load over the network.
This repository includes a GitHub Actions workflow (.github/workflows/build.yml) configured to automatically build an unsigned iOS IPA package on demand.
- Trigger a build manually via the Actions tab in your GitHub repository.
- Download the generated
.ipaartifact directly from the workflow run upon completion.
- Flutter - UI toolkit for building natively compiled applications.
- Dart - Programming language used for Flutter development.
- Cataas API - REST API for cat pictures.