Dart/Flutter sound null-safety good enough??

This page summarizes the projects mentioned and recommended in the original post on /r/FlutterDev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • dartx

    Superpowers for Dart. Collection of useful static extension methods.

  • But if you really want to do that, it's not that difficult to implement that. Either use extension functions or the package dartx, see https://github.com/leisim/dartx/blob/master/lib/src/iterable.dart#L30

  • language

    Design of the Dart language

  • The null-check-analysis on class fields issue is the biggest one, the dart team is tossing around ideas on how to make it better: https://github.com/dart-lang/language/issues/1514

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • Yes, 2 null-safety articles from flutter.dev helps so much, especially the detailed one, but I guess we still have to live with "!" for now.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts