Skip to content

jackhoang2411/Localization_Flutter

Repository files navigation

Localization_Flutter

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.

Getting Started

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

Dependencies

This project relies on the following dependencies:

  • flutter_localizations: Flutter package for adding localization support.
  • intl: Flutter package for internationalization support.

Running the App

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Connect your device or start an emulator.
  4. Run the following command to launch the app: flutter run

Features

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

The localization files and configurations can be found in the following locations:

Language translations: lib/core/l10n/*.arb

App localization setup: lib/main.dart

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors