Created
March 19, 2020 04:03
-
-
Save tianhaoz95/876b862756a6787225c2efc2207dcec0 to your computer and use it in GitHub Desktop.
sample pubspec to implement i18n
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
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| flutter_localizations: | |
| sdk: flutter | |
| intl: ^0.16.0 | |
| dev_dependencies: | |
| intl_translation: ^0.17.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment