Skip to content

Why distinct is removed from the Rxdart package ? #798

@gyan7twid

Description

@gyan7twid

I am using distinct from rxdart package but with the latest it is not available why ?

also there is nothing which behaves like the distinct ?

final stream = Stream.fromIterable([2, 6, 6, 8, 12, 8, 8, 2]).distinct();
stream.forEach(print); // Outputs events: 2,6,8,12,8,2.

also disticntUnique is there but it doesn't behave like distinct?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions