iiitl / translate_app

A translator app used to translate language from english to other
0 stars 11 forks source link

added dark mode support #5 #37

Closed Bhargavaansh2211 closed 6 months ago

Bhargavaansh2211 commented 6 months ago

5 added feature of dark mode

Dark mode support added , the theme is set automatically based on the theme user is using on the system. The themeMode property determines which theme mode to use which is initialized as ThemeMode.system. ThemeMode.system follows the system-wide theme setting of the device. If the system is set to light mode, the app will use the light theme, and if it's set to dark mode, the app will use the dark theme. Screenshot 2024-03-17 210010

Illuminati9 commented 6 months ago

@Bhargavaansh2211 , can you add toggle button so that user can change it accordingly

Bhargavaansh2211 commented 6 months ago

@Illuminati9 , Sorry I am not able to do so. Does this work as isssue mention switching either based on toggle switch or automatic detection ?

Illuminati9 commented 6 months ago

Both works but try to make both like try to add toggle button

Bhargavaansh2211 commented 6 months ago

@Illuminati9 added toggle button but it is not able to switch between modes

Illuminati9 commented 6 months ago

@Bhargavaansh2211 , no problem but try to do it in future but for now I am accepting your pr