{"id":32306271,"url":"https://github.com/otoricode/sstream","last_synced_at":"2026-02-21T02:39:52.686Z","repository":{"id":46373212,"uuid":"497172653","full_name":"otoricode/sstream","owner":"otoricode","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-03T13:37:58.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T07:01:51.975Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/otoricode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-28T00:23:15.000Z","updated_at":"2024-06-10T04:43:14.000Z","dependencies_parsed_at":"2023-02-01T06:16:06.242Z","dependency_job_id":null,"html_url":"https://github.com/otoricode/sstream","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/otoricode/sstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoricode%2Fsstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoricode%2Fsstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoricode%2Fsstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoricode%2Fsstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otoricode","download_url":"https://codeload.github.com/otoricode/sstream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoricode%2Fsstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-23T07:01:30.646Z","updated_at":"2026-02-21T02:39:52.678Z","avatar_url":"https://github.com/otoricode.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).\n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages).\n--\u003e\n\nSStream is a simplified version of StreamController which holds the lastest value broadcasted.\n\n## Features\n\n- Use buildIn package\n- Very simple code\n\n## Getting started\n\nTo install this package, follow this [instruction](https://pub.dev/packages/sstream/install).\n\n## Usage\n\nImport this package and use as you need.\n\n```dart\nimport 'package:sstream/sstream.dart';\n\nvoid main() {\n  final SStream\u003cint\u003e count = SStream(0);\n  // final count = 0.stream;\n  count.listen((event) {\n    print(event);\n  });\n  count.add(1);\n  count.add(100);\n  print(count.value);\n}\n```\n\n## Additional information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotoricode%2Fsstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotoricode%2Fsstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotoricode%2Fsstream/lists"}