682d240893339d5902b1a1f763f0da5bc707483a
- flutter create --platforms=android --org biz.siteop
- arborescence lib/core/{error,theme,router,di} et lib/features/{locking,playback,podcasts,parental,limits}/{domain,application,data,presentation}
- pubspec.yaml : flutter_riverpod ^2.6.1 (YAGNI — autres paquets aux jalons suivants)
- lib/main.dart : ProviderScope + StorytimeApp (MaterialApp + écran placeholder)
- test/app_boots_test.dart : TDD Red→Green vérifié (flutter test vert, flutter analyze 0 issue)
- README.md : prérequis Flutter 3.41.6 / Dart 3.11.4
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Storytime
Lecteur d'histoires audio cadenassé pour le coucher, sur tablette Android.
Prérequis de reproduction
| Outil | Version |
|---|---|
| Flutter | 3.41.6 stable |
| Dart | 3.11.4 |
flutter --version
# Flutter 3.41.6 • channel stable
# Dart 3.11.4
Plateforme cible
Android uniquement.
Lancer les tests
flutter test
Analyser le code
flutter analyze
dart format .
Architecture
Clean Architecture feature-first. Voir CLAUDE.md pour les principes d'ingénierie et l'arborescence cible.
Description
Languages
Dart
94.1%
Shell
4.8%
Kotlin
1.1%