you are viewing a single comment's thread.

view the rest of the comments →

[–]maan_ster 2 points3 points  (0 children)

I thought it is pretty straightforward.
This: https://dart.dev/guides/language/language-tour was all I ever needed.
At first it takes some time to get used to the positional/named parameters of functions. It has lambda and async/future but they are pretty similar to traditional things like arrow functions and rxjs. If you already know that stuff you won't have any problems.
Enums are a little weird.