-
Notifications
You must be signed in to change notification settings - Fork 580
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
feat: endless_runner template #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once @filiph LGTM's
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a couple of suggestions.
After discussion with @domesticmouse, I decided to include platform subdirectories (I'm including android/
, ios/
and web/
). It does have its advantages, plus it looks like the CI is currently not set up to create these subdirectories on its own.
Thanks for the fixes!
What are the advantages of this? From what I have seen previously it usually just becomes more maintenance work to include the platform directories, since we don't do any changes in there and since they change between Flutter versions you want the users to have the latest platform directories created by |
@domesticmouse I see that the CI is being skipped and I'm not sure what I can do with this. Please advise. |
Oh, I just realized that there's no test in the template. Do you think you could add a simple smoke test, @spydon? It can be something similar to what's in |
Ah yes, I had that on my todo-list, but forgot about it! |
@filiph Ahh look, we now have CI on this PR, progress! |
Added |
Hi @spydon, There are some analyzer problems:
NVM, that was an easy fix. |
@filiph I'm guessing you are going to add a fix to this PR for the above issues? |
I know this is not the place to ask, but... how? How did you do this? Are you using the |
I'm using the GitHub Desktop for mac to check out the repos, and my VSCode is logged into GitHub. Between all of the above it just worked ^(TM) |
Argh, this one we need to fix:
|
You don't need any special tool for that, as long as the PR owner has "Allow edits and access to secrets by maintainers" the maintainer can just check out the same branch as the PR owner and push directly to that one. It makes it simpler with the |
@spydon it looks like your |
When is 3.16 to be released? If it is soon I suggest we just drop it. |
About the same time as this repo goes live, give or take. |
@filiph please feel free to land when you are happy. I'm going to bed soon =) |
Added two simple smoke tests in e3ab251 |
@spydon Looks like the flame test times out after 30seconds. |
I wonder what is happening here, it works fine in the IDE (Android Studio), but in the terminal it times out at |
I've never seen this before. If you can't find a solution till tomorrow midday, I suggest you remove that Flame test for now so we can land this. |
There should be a work-around in place now. |
Landing on CI green for |
Adds the Endless Runner template to the repository.
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.