WEBINAR on 5/22: Riding that OTel wave, a panel discussion on must-have OTel tools, success stories, and what’s next for observability.

Sign up
Crash Reporting

Using null safety in Dart

Null references are a common source of frustration that can lead to crashy code. Fortunately, Dart provides a null safety feature to help solve these issues at compile time, so they don't affect your app at runtime. Read on to learn more.

Read more