9c504d2c3d
Features: - Frontend Flutter avec thème néon cyberpunk - Backend FastAPI avec streaming YouTube - Base de données PostgreSQL + Redis - Authentification JWT complète - Recherche multi-source (DB + YouTube) - Playlists CRUD avec drag & drop - Queue management - Settings avec audio quality - Interface adaptative (Desktop + Mobile) Tech Stack: - Frontend: Flutter 3.2+, Riverpod - Backend: Python 3.11+, FastAPI - Database: PostgreSQL 15+ - Cache: Redis 7+ - Streaming: yt-dlp + FFmpeg 🚀 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
200 B
Dart
9 lines
200 B
Dart
/// Pages Export
|
|
library;
|
|
|
|
export 'desktop/home_page.dart';
|
|
export 'mobile/mobile_home_page.dart';
|
|
export 'auth/login_page.dart';
|
|
export 'search/search_page.dart';
|
|
export 'library/library_page.dart';
|