Skip to content
Kenny Mochizuki Escalona edited this page Aug 16, 2026 · 3 revisions

Welcome to Layrz I18n

Layrz I18n is a lightweight internationalization (i18n) engine for Flutter that loads translations at runtime from your backend or assets. It supports plural forms, rich-text interpolation, and automatic locale detection.

The package imports only package:flutter/widgets.dart — no Material or Cupertino dependencies — so it works seamlessly with a bare WidgetsApp or any custom widget tree, and runs on every platform Flutter supports.

Getting Started

Migration

Clone this wiki locally