Conversation
|
@nelsonic I'll need to look for more things so I can make a better summary of the environment variables. |
|
|
||
| ## Environment Variables | ||
|
|
||
| Environment variables are variables like those we create in our applications. |
There was a problem hiding this comment.
@miguelmartins17 rather than explaining what environment variables are (incompletely),
we should just point people to: https://github.com/dwyl/learn-environment-variables#what
| ## Environment Variables | ||
|
|
||
| Environment variables are variables like those we create in our applications. | ||
| They are dynamically named values in the operating system, which affect the behavior of the programs that consume it. They are stored in a "list" of key-values. |
There was a problem hiding this comment.
Yes and No. This explanation is incomplete. We are better off adding more detail to our existing tutorial on this topic https://github.com/dwyl/learn-environment-variables and then linking to it from learn-flutter.
nelsonic
left a comment
There was a problem hiding this comment.
@miguelmartins17 it's a good idea to add a section on Environment Variables, but we need to add an example of how to use them. Also, we should link to our existing doc that has a more extensive explanation of why they are needed: https://github.com/dwyl/learn-environment-variables
Co-Authored-By: Nelson <[email protected]>
|
@nelsonic Of course I'll work on it tomorrow! |
|
Cool. Now sleep! 🛌 😉 |
|
This content is now in |
Add what are the environment variables and which package should be used in Flutter.