This is a simple Flutter mobile application that demonstrates the Flutter localization functionality. It provides a welcome screen with a greeting message and a language dropdown menu. Switching the language updates the app's localization.
To run this application, make sure you have Flutter and Dart installed on your machine. If not, please follow the official Flutter installation guide: Install Flutter
This project relies on the following dependencies:
flutter_localizations: Flutter package for adding localization support.intl: Flutter package for internationalization support.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Connect your device or start an emulator.
- Run the following command to launch the app:
flutter run
Supports localization in multiple languages. Displays a welcome screen with a greeting message. Provides a dropdown menu to switch between supported languages. Localization Setup This project follows the localization setup as described in the official Flutter documentation: https://docs.flutter.dev/accessibility-and-localization/internationalization
Language translations: lib/core/l10n/*.arb
App localization setup: lib/main.dart

