What package does this bug report belong to?
pigeon
What target platforms are you seeing this bug on?
Web(site)
Steps to reproduce
- Go to https://pub.dev/packages/pigeon#rules-for-defining-your-communication-interface
- Scroll down to
#5
Actual/Expected results
This line reads:
- Generics are supported, but can currently only be used with nullable types (example: List<int?>).
This is no longer true because of #97848. It should just say "Generics are supported" or be removed entirely.
What package does this bug report belong to?
pigeon
What target platforms are you seeing this bug on?
Web(site)
Steps to reproduce
#5Actual/Expected results
This line reads:
This is no longer true because of #97848. It should just say "Generics are supported" or be removed entirely.