zulip-flutter icon indicating copy to clipboard operation
zulip-flutter copied to clipboard

Use new null-safe generics in Pigeon

Open gnprice opened this issue 5 months ago • 4 comments

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

gnprice avatar Sep 13 '24 22:09 gnprice