Last updated:
0 purchases
flutter cuw l10n
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.