Created
March 19, 2020 04:41
-
-
Save tianhaoz95/20ad07f09f99570e5d7cb4868bb2a4b7 to your computer and use it in GitHub Desktop.
example for generating dart code from arb translations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flutter pub run intl_translation:generate_from_arb --output-dir=i18n/wrappers i18n.dart i18n/messages/*.arb | |
| # After this more wrapper dart code will be generated in the wrappers directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment