flutter_getx_template
flutter_getx_template copied to clipboard
Language settings should be integrated (English and Bengali Language)
In Settings page, there is an option to set Language. We need to show a pop-up dialog and show a Radio group with these 3 items:
- English
- Bengali
And 2 buttons:
Cancel
,OK
.
If user select English and hit OK
button, we have to store this data in our preference and set Locale('en')
. In the same way it should work for Bengali. The default Locale is English.