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

docs: small guide for dev env setup #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

agisbert
Copy link

Cheers

`flutter config --android-sdk` to update to that location.
```

- If running `flutter create .` fails; check the folder project name and make it compliant with Dart [rules](https://dart.dev/tools/pub/pubspec#name) .
Copy link
Owner

Choose a reason for hiding this comment

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

I now know why it initially failed. The problem is that the project until now was only used for Android. So if you want to run it on an iOS device / simulator, it is required to enable the current project for iOS. This will be done by this flutter create .command.

@timoknapp
Copy link
Owner

@agisbert Would you mind rebasing your PR? This will fix your GitHub Action such that I can merge your changes.

Cheers

@timoknapp timoknapp added the documentation Improvements or additions to documentation label Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants