-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
requestRequests to resolve a particular developer problemRequests to resolve a particular developer problem
Description
A common source of programming faults are programs that unintentionally try to use values that are null
. This issue requests Dart support for differentiating between nullable and non-nullable data types, paired with static validation.
Given vast amount of code already exists, it additionally requests a mechanism by which Dart packages and apps can gradually migrate to to utilize this.
UPDATE: this is being worked on as part of #110
yjbanov, pulyaevskiy, jonahwilliams, natebosch, leonsenft and 50 more
Metadata
Metadata
Assignees
Labels
requestRequests to resolve a particular developer problemRequests to resolve a particular developer problem