Commonly used words localization flutter implement

Features

Commonly used words localization flutter implement

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

Step 1: Add delegate to MaterialApp

MaterialApp( ... localizationsDelegates: Cuw.delegate, ... )

Step 2: Use in text

Text(Cuw.current.mobile)

Additional information

Commonly used words localization flutter implement