angrezichatterbox/Flutter-Resolve

Toggle for Dark and Light Mode

Aberta

#2 aberto em 21 de out. de 2024

 (0 comentário) (0 reação) (0 responsável)C++ (0 fork)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Overview: Implement a user-friendly toggle switch in the settings menu to allow users to easily switch between dark and light mode for the application. This feature will enhance user experience by providing customization options based on individual preferences and ambient lighting conditions.

Requirements:

  1. Toggle Switch:

    • A clear, intuitive toggle button in the settings menu labeled "Dark Mode" or "Light Mode."
    • The toggle should indicate the current mode (e.g., using a sun/moon icon).
  2. Functionality:

    • When the toggle is activated, the application’s theme should switch instantly between dark and light mode.
    • The user’s preference should be saved, ensuring the chosen mode persists across app sessions.

Guia do colaborador