Skip to content

RYANFRANKLIN237/Choosing-app-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Choosing-app-language

This flutter project enables users to choose between english and french as their app language, the choice is persisted during app sessions using GetStorage so that even if the user closes and reopens the app , the app language is the language the user chose.

Here's what makes the project thick:

  • Flutter Localization: Leverages flutter's robust Localization capabilities to deliver perfectly translated app content based on user selection.
  • Getx Storage: Saves the preferred language preference across app sessions using GetX storage, ensuring a consistent experience.
  • Clean Architecture & Design Patterns: Built with a focus on maintainability and scalability, employing clean architecture principles and design patterns(MVC)

Screenshots

default language selection screen:

Screenshot_2024-07-02-14-34-30-201_com mansa mansa

When french is selected, Check 'Done' button for reference of translation:

Screenshot_2024-07-17-15-19-01-093_com mansa mansa

Releases

No releases published

Packages

No packages published

Languages