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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user