Open gnprice opened 2 months ago
Can I work on it
I also noticed that the docs should probably be updated too, since #5
is now obsolete.
@skylon07 Good catch, yeah.
That'd be a good point to make as an issue in the Flutter upstream tracker: https://github.com/flutter/flutter/issues . This thread here is in the issue tracker of a particular app that uses Flutter, namely Zulip.
Oh, haha, I clicked into this issue from the Flutter repo and didn't realize I had switched to Zulip. My apologies -- I'll make a ticket there instead.
The Pigeon feature request to handle types like
List<Foo>
, as opposed to onlyList<Foo?>
, is complete:We have a couple of types in our
pigeon/notifications.dart
that could benefit from that. One has a TODO comment; for the full list, look forList<
andMap<
.