Skip to content

Conversation

JosteveGit
Copy link

Description

This PR adds a description of PublishSubject to the README.md file. The current README includes descriptions for BehaviorSubject and ReplaySubject, but PublishSubject was missing.

Changes

  • Added a description of PublishSubject to the RxDart Subjects section in the README.md file.

Motivation

I noticed that the PublishSubject description was missing from the README, and I believe it's important to provide a brief overview of all available Subjects in RxDart. This addition will make it easier for users to understand the differences between the Subjects and help them choose the appropriate one for their use case.

@hoc081098
Copy link
Collaborator

@JosteveGit
The above sentence does not match the content below 😁

Dart provides the StreamController class to create and manage a Stream. RxDart offers two additional StreamControllers with additional capabilities, known as Subjects:

@JosteveGit
Copy link
Author

Ha, that's right.
I've updated that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants