Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add PublishSubject description to README #720

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants