-
Notifications
You must be signed in to change notification settings - Fork 704
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
Added new dart book #5869
Added new dart book #5869
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Summary translates as: The book "Basics of Dart" is addressed to those who are interested in this amazing programming language. You'll learn about the language's history, syntax, and features such as built-in data types, and much more. In Chapter 2 you will find a project that will change and grow with your knowledge and skills, and by Chapter 6 it will transform into a full-fledged client-server application. After each new iteration of the project, you will receive proposals to make changes to its code base, which will allow you to improve your hard skills. The source code for the examples discussed in the book can be found in the author's GitHub repository (all code in the book complies with Dart 3.4). |
@MADTeacher : Happy to accept this submission, but you need to sign the CLA first. Thanks! |
@atsansone Thanks! I am signed the CLA |
/gcbrun |
Visit the preview URL for this PR (updated for commit 83d10fb): |
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!
Added information about the new book on Dart. The material is relevant for Dart 3.4