docs(fluttercountertutorial): specify file paths for each section #2663
Conversation
|
LGTM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Status
READY
Breaking Changes
NO
Description
The tutorial starts by creating a brand new flutter project but then it tells you copy paste the pubspec from the bloc github, where the versions specified. I think for this type of "create a project" tutorial you need specific versions. The down side is updating the versions.
I was also missing which files i needed to create so I added a paragraph where it was missing.
In general the whole concept of the tutorial could be changed, since it would be better to just tell the reader to clone the bloc repo, and open Android Studio with the right example folder and then explain each file
Type of Change