Created
March 13, 2020 06:06
-
-
Save tianhaoz95/4a0aeb819d68039f563968897922f4a7 to your computer and use it in GitHub Desktop.
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
| localeResolutionCallback: | |
| (Locale locale, Iterable<Locale> supportedLocales) { | |
| return locale; | |
| }, | |
| flutter pub run intl_translation:generate_from_arb --output-dir=lib/services/i18n/wrappers lib/services/i18n/i18n.dart lib/services/i18n/messages/*.arb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment