Open
Description
π‘ Feature Description
Need to add multiple language support to our app using Flutter's .arb files.
π€ Problem Statement
App only works in one language right now. Users who speak other languages can't use it properly.
π οΈ Proposed Solution
Use Flutter's built-in localization with .arb files.
π Alternatives Considered
Maybe use Google Translate API? Not sure if that's a good idea though.
π Additional Context
I found this tutorial that might help: https://flutter.dev/docs/development/accessibility-and-localization/internationalization
π Benefits
More users can use our app if it's in their language. Makes app look more professional.