flutter_cuw_l10n 0.1.0
flutter_cuw_l10n: ^0.1.0 copied to clipboard
Commonly used words localization flutter implement
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