You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(settings): implement supported languages filtering
- Create a static list of supported languages (_supportedLanguages)
- Update ListView.builder to use _supportedLanguages.length for itemCount
- Modify language selection to use _supportedLanguages list
- Add documentation for _supportedLanguages
0 commit comments