Understanding Dart: Part 6 - Null Safety
Series: Understanding Dart for Flutter Beginners
One of the most common reasons applications crash is because the code tries to use a value that doesn't exist.
Imagine a user signs up for your app bu
mroshan.hashnode.dev3 min read