prajapatihet / donorconnect

We are developing a mobile application using Flutter to streamline blood and organ donation processes, benefiting both patients and donors. This innovative platform enables hospitals to efficiently connect with donors, and vice versa, facilitating quicker and more effective matching.
MIT License
11 stars 50 forks source link

[Bug]: Localization Changes Require App Restart #113

Open prajapatihet opened 6 days ago

prajapatihet commented 6 days ago

Is there an existing issue for this?

Describe the bug

I have encountered an issue with the language localization feature in the application. Currently, changes made to the language settings do not update in real-time, requiring users to restart the application each time to see the results. This is not the expected behavior, as users should be able to switch languages seamlessly without needing to restart the app.

Expected behavior

Users should be able to change the language settings and see the updates immediately reflected in the application interface, enhancing usability and user experience without interruptions.

Add ScreenShots

No response

On which device are you experiencing this bug?

Android, iPhone, Linux, Chrome, Windows

Record

CodewithAnn commented 2 days ago

@prajapatihet as I said you have solved this issue on your side because someone use GetX and who that only you can find out removed (revert) that PR or communicate with the contributor who did, to change the Getx Implementation otherwise you facing the issue every time

prajapatihet commented 2 days ago

@ezsarthak can you solve it as your GetX implementation cause problem in other components

ezsarthak commented 1 day ago

Please elaborate the issue. I will work on it.