Implemented a solution to enable immediate language changes in the UI without requiring a restart. Made use of the provider package.
Issue Resolved:
Closes #72
Additional Context
Using the provider package, the current language selected is stored as an app's state. Later whenever this state is altered, the whole widget tree is forced to be redrawn. The functionality to remember the language change after a restart remains unchanged.
Implemented a solution to enable immediate language changes in the UI without requiring a restart. Made use of the provider package.
Issue Resolved:
Closes #72
Additional Context
Using the provider package, the current language selected is stored as an app's state. Later whenever this state is altered, the whole widget tree is forced to be redrawn. The functionality to remember the language change after a restart remains unchanged.
Demo
Submitter Checklist:
flutter build windows
(Request it to reviewers if you're having problems)