Improve Solitaire Tutorial #6209
perrotuerto
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Sure, you can open a PR to improve it - thanks in advance! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I wonder if there are any plans to update this tutorial.
With the previous tutorials, I have been sending PRs to fix little things, and I have the intention to do the same with this tutorial.
But I wonder how many changes I should do. I don't intend to rewrite the tutorial, just fix it so it can be followed as intended.
For example, in the first step there is this code snippet:
But running this generates this error:
GestureDetector should have at least one event handler defined.So to fix it, the block should be:
With this, the tutorial follows as expected.
Is it fine if I add these changes?
Thanks for the tutorials, they are really nice!
Beta Was this translation helpful? Give feedback.
All reactions