felangel / bloc

A predictable state management library that helps implement the BLoC design pattern
https://bloclibrary.dev
MIT License
11.76k stars 3.39k forks source link

docs: mention `stream_transform` and `rxdart` in `bloc-concepts.mdx` #4155

Closed Code-Remote closed 5 months ago

Code-Remote commented 5 months ago

RX dart is being used but not mentioned

Status

READY

Breaking Changes

NO

Description

In the Docs debounceTime from rxDart is used but not mentioned, bloc_concurrency is mentioned but does not support this method on the Stream Object.

Type of Change