Easy Localizer

A lightweight Flutter localization library using JSON files.

Features

  • Load translations from JSON files (en.json, ru.json, etc.)
  • Easy integration with MaterialApp via EasyLocalizerMaterialApp
  • Switch locales at runtime
  • Works with Flutter widgets, Material, and Cupertino

Installation

Add to pubspec.yaml:

dependencies:
  easy_localizer:
    git:
      url: https://github.com/yourusername/easy_localizer.git

Libraries

easy_localizer