Just started Flutter with native iOS background, so I just have a quick question about Dart beta null safety.
So in Swift, because they have the idea of null safety from the beginning just like Kotlin, there are 2 features that I really like about the language is if let
and guard let
. These 2 make working with optional values so much easier. I'm not sure if the beta version of Dart has anything like that.
Thanks