-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Updated readme for web #754
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
Conversation
web/readme.md
Outdated
| ## Building samples code | ||
|
|
||
| Update Flutter and enable web support | ||
| Building web samples requires Flutter 2.0 or later. |
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.
Is this something we need to say? Flutter 2.0 is stable channel now, I suspect we can assume that people looking at samples are expecting our samples expect the current SDK.
Otherwise I need to add this disclaimer to pretty much all of our samples and codelabs =)
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.
Right! I have removed this line now.
web/readme.md
Outdated
|
|
||
| ```console | ||
| $ flutter channel dev | ||
| $ flutter channel stable |
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.
Actually this whole section is probably redundant because Flutter works on web on all channels.
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.
done!
|
Thanks @tusharojha! |
Description
Flutter 2 makes the web stable. Therefore, I have updated the readme file inside the web directory containing steps to run the web project.
@johnpryan PTAL and suggest changes if any.