docs(code): add doc comments to all public widgets and providers

Document MyApp, MainPage, PokemonImage/Tile/TypeWidget, and the gen-filter
and theme providers/notifiers. Every public class/enum now has a /// doc.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 11:58:29 +02:00
co-authored by Claude Opus 4.8
parent 9d49cef271
commit 7fd122fd91
7 changed files with 11 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ import 'pokemon_list.dart';
import 'guess_page.dart';
import 'system_page.dart';
/// Coquille principale : navigation par onglets (liste / jeu / système) via un IndexedStack.
class MainPage extends ConsumerWidget {
const MainPage({Key? key}) : super(key: key);