zulip-flutter
zulip-flutter copied to clipboard
Use new null-safe generics in Pigeon
The Pigeon feature request to handle types like List<Foo>
, as opposed to only List<Foo?>
, is complete:
- https://github.com/flutter/flutter/issues/97848#event-14254355682
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 for List<
and Map<
.