-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Closed
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
Text shouldn't throw an error if I give it a null String. It should handle that gracefully and display the same as if I gave it an empty String. Otherwise, you create more work for me, processing null Strings to empty Strings, and from what I've found so far, Dart is bad at things like that compared to Kotlin.
Metadata
Metadata
Assignees
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.