Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are Dart 1 books still relevant for learning Dart 2 [duplicate]

Tags:

dart

dart-2

I read on many places that Dart 2 is not completely backward compatible with Dart. I found a list of books that are for Dart 1.x

https://dart.dev/resources/books

Can someone with Dart 1 and Dart 2 experience tell me if this books are relevant for learning Dart 2, can I use them or I should wait for release of some Dart 2 book.

I am not sure that this is the relevant place for this type of question, but I did't found anything more suiting in the Stack Exchange network.

like image 556
onetwo12 Avatar asked Nov 16 '25 11:11

onetwo12


1 Answers

Yes sure it is relevant. For the language instance creation keywords like new and const have become optional to help declutter the code. They’ve made a number of small changes and done some cleanup on the dart core libraries. Nothing huge to worry about :)

like image 123
Khalil Avatar answered Nov 19 '25 05:11

Khalil



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!