RamenTeam / ramen

Having a conversation would have never been easier with Ramen! Take a bowl now. 🍜😋
7 stars 1 forks source link

Localization with Flutter using i18n #19

Closed chungquantin closed 3 years ago

chungquantin commented 3 years ago

Is your feature request related to a problem? Please describe.

Multi-languages are extremely important to grow more users for our application

Describe the solution you'd like

Flutter community has a package called i18n. See this documentation for more info: https://flutter.dev/docs/development/accessibility-and-localization/internationalization

Describe alternatives you've considered

If the i18n approach is not successful. Try using the GloblaProvider to implement the language changed

Additional context

image

chungquantin commented 3 years ago

@Kasturez Hey Tin, you can try to implement this feature. Use the package called i18n and Flutter Localization for this non-functional feature.