Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Environment Variables #41

Closed
wants to merge 3 commits into from
Closed

Conversation

miguelmartins17
Copy link
Collaborator

Add what are the environment variables and which package should be used in Flutter.

@miguelmartins17
Copy link
Collaborator Author

@nelsonic I'll need to look for more things so I can make a better summary of the environment variables.
This is a start.

@@ -496,6 +496,21 @@ deleteAll() async {

```

## Environment Variables

Environment variables are variables like those we create in our applications.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

README.md Outdated Show resolved Hide resolved
Copy link
Member

@nelsonic nelsonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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 <contact.nelsonic+github@gmail.com>
@miguelmartins17
Copy link
Collaborator Author

@nelsonic Of course I'll work on it tomorrow!

@nelsonic
Copy link
Member

Cool. Now sleep! 🛌 😉

@nelsonic
Copy link
Member

This content is now in main. Closing. ✅ Thanks again @miguelmartins17 👍

@nelsonic nelsonic closed this Jan 13, 2023
@nelsonic nelsonic deleted the miguelmartins17-patch-1 branch January 13, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants