Closed
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.