Created
October 8, 2020 21:20
-
-
Save ElZombieIsra/cf8f5179edd500111c4cca50f84c5cf9 to your computer and use it in GitHub Desktop.
Agrega el json a tus assets
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
# ... | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
flutter: | |
uses-material-design: true | |
# Agrega aquí tu archivo. | |
assets: | |
# Esta línea debe apuntar a la ruta de tu documento | |
# y tener el mismo nombre que el archivo. | |
- assets/dialog_flow_auth.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment