Your Personal Cloud Music Streaming Platform
Features • Screenshots • Installation • Tech Stack • Contributing
Kiokuu features a stunning monochromatic design with:
# Clone the repository
git clone https://github.com/Xumi-cc/Kiokuu.git
cd Kiokuu
# Install dependencies
flutter pub get
# Run the app
flutter run -d <device>
Available devices:
| Device | Command |
|---|---|
| Android | flutter run -d android |
| iOS | flutter run -d ios |
| Linux | flutter run -d linux |
| Windows | flutter run -d windows |
| macOS | flutter run -d macos |
| Web | flutter run -d chrome |
| Component | Technology |
|---|---|
| Framework | Flutter 3.38+ |
| Language | Dart 3.10+ |
| State Management | Provider |
| Audio Engine | MediaKit (MPV) |
| Background Audio | audio_service + MPRIS |
| Networking | HTTP + WebSocket |
| Local Storage | flutter_secure_storage |
| Authentication | Google Sign-In, Discord OAuth |
kiokuu/
├── lib/
│ ├── screens/ # UI screens
│ ├── providers/ # State management
│ ├── services/ # API & audio services
│ ├── models/ # Data models
│ └── widgets/ # Reusable components
│
├── assets/ # Static assets
├── android/ # Android-specific code
├── ios/ # iOS-specific code
├── linux/ # Linux-specific code
├── windows/ # Windows-specific code
├── macos/ # macOS-specific code
└── web/ # Web-specific code
flutter build apk --release --split-per-abi
# or for Play Store
flutter build appbundle --release
flutter build ios --release
flutter build linux --release
flutter build windows --release
flutter build macos --release
flutter build web --release
Kiokuu supports multiple authentication methods:
This project is licensed under the MIT License.
Contributions are welcome! Please read our contributing guidelines before submitting a pull request.
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)Made with care by Xumi Labs