angrezichatterbox/Flutter-Resolve

Toggle for Dark and Light Mode

開放

#2 建立於 2024年10月21日

 (0 則留言) (0 個反應) (0 位負責人)C++ (0 個分叉)auto 404
enhancementgood first issuehacktoberfesthelp wanted

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南