-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizable App Themes #28
Comments
hey @bhavik-mangla I can work on this issue, please assign! |
hi @bhavik-mangla i have recently share you my progress regarding the dark theam toggle button , can you please assign me this issue |
… app is set to deafult system them and I have added a toggle button in the home screen on pressing which the theme of the app changes.
@khushi-hura hello mam i have recently clone this repo ,i am a beginner could you help me i am able to built the app successfully but in the emulator or in the physical devices it is taking the fingerprint and crashing down showing cause by MissingForegroundServicetype exception @Gaurav60419430 @bhavik-mangla @bhavik-mangla can you help me step by step to resolve this i am a beginner and want to learn |
Please refer to the contribution guidelines mentioned - Fork the Repository Clone the Forked Repository git clone https://github.com/YOUR_USERNAME/OpenPeerChat-flutter.git 3)Setup the Main Repository as Upstream 4)Setup Latest Branch 5)Create a New Branch for Your Updates and Push Your Changes Create a Pull Request with a detailed description and Submit for Review Also always include a video showcasing the changes you have made. |
@khushi-hura i have cloned the repo and facing the issue while running the app it is constantly crashing after fingerprint |
I am unable to see the screenshot @james-cpu5 |
Hey @bhavik-mangla did you look into the PR addressing this issue which was raised by me yesterday? |
Implement a feature that lets users switch between different themes (e.g., light mode, dark mode, or custom color schemes). This adds a personalized touch and also improves accessibility for users who prefer specific color contrasts.
Goals:
• Offer at least two theme options (light and dark).
• Provide an intuitive UI for theme selection.
Possible Approach:
• Use Flutter’s theme system to define ThemeData objects for different themes.
• Expose a settings menu or toggle for switching the active theme.
• Save the user’s theme preference in local storage (e.g., SharedPreferences).
The text was updated successfully, but these errors were encountered: