Last active
March 19, 2020 04:42
-
-
Save tianhaoz95/85d31fd75143953dcbf63bb9cb0b801a to your computer and use it in GitHub Desktop.
generate wrappers
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:extract_to_arb --output-dir=i18n/messages i18n.dart | |
| # After this, 1 arb file will be generated per locale in i18n/messages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment