{"id":21486087,"url":"https://github.com/felipecastrosales/streams-demo","last_synced_at":"2025-10-24T08:05:54.408Z","repository":{"id":116141773,"uuid":"308000183","full_name":"felipecastrosales/streams-demo","owner":"felipecastrosales","description":"A simple test using Streams in Flutter","archived":false,"fork":false,"pushed_at":"2024-06-29T11:41:28.000Z","size":300,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T05:51:15.052Z","etag":null,"topics":["blocpattern","demo","demo-flutter","flutter","flutter-apps","flutter-bloc-pattern","flutter-demo","flutter-examples","flutter-provider","flutter-stream","flutter-streams","provider","streams","test"],"latest_commit_sha":null,"homepage":"","language":"C++","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/felipecastrosales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-28T11:50:52.000Z","updated_at":"2024-10-23T12:38:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6e107c5-9106-4c91-a862-60363ebf8939","html_url":"https://github.com/felipecastrosales/streams-demo","commit_stats":null,"previous_names":["felipecastrosales/streams_demo","felipecastrosales/streams-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felipecastrosales/streams-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fstreams-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fstreams-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fstreams-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fstreams-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecastrosales","download_url":"https://codeload.github.com/felipecastrosales/streams-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fstreams-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272289745,"owners_count":24907802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"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":["blocpattern","demo","demo-flutter","flutter","flutter-apps","flutter-bloc-pattern","flutter-demo","flutter-examples","flutter-provider","flutter-stream","flutter-streams","provider","streams","test"],"created_at":"2024-11-23T13:18:57.529Z","updated_at":"2025-10-24T08:05:54.337Z","avatar_url":"https://github.com/felipecastrosales.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eStreams Demo\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003eAbout 📖\u003c/h2\u003e\n   \n\u003cp align=\"center\"\u003e\n   This is a small test of Streams in Flutter that I did.\u003cbr\u003e\n   Learn more about Streams:\u003cbr\u003e\n\u003c/p\u003e\n   - \u003ca href=\"https://www.youtube.com/watch?v=nQBpOIHE4eE\"\u003eStreams in Dart - Flutter in Focus\u003c/a\u003e,\u003cbr\u003e\n   - \u003ca href=\"https://medium.com/flutterpub/exploring-streams-in-flutter-4732e5524dd8\"\u003eExploring Streams in Flutter\u003c/a\u003e,\u003cbr\u003e\n   - \u003ca href=\"https://medium.com/flutter-community/understanding-streams-in-flutter-dart-827340437da6\"\u003eUnderstanding Streams in Flutter (Dart)\u003c/a\u003e,\u003cbr\u003e\n   - \u003ca href=\"https://medium.com/@ayushpguptaapg/using-streams-in-flutter-62fed41662e4\"\u003eUsing Streams in Flutter\u003c/a\u003e,\u003cbr\u003e\n   - \u003ca href=\"https://www.filledstacks.com/post/a-complete-guide-to-flutter-streams/\"\u003eA Complete Guide to Flutter Streams\u003c/a\u003e.\u003cbr\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eHow to Use 🤔\u003c/h2\u003e\n\n   ```\n   First of all, correctly configure the Flutter development environment on your machine,\n   see https://flutter.dev/docs/get-started/install\n   \n   - Clone this repository:\n   $ git clone https://github.com/felipecastrosales/streams-demo streams-demo\n\n   - Enter in directory:\n   $ cd streams-demo\n\n   - For install dependencies:\n   $ flutter pub get\n\n   - Run the app: \n   $ flutter run\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eLicense 📝\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n   This repository is under MIT license. You can see the \u003ca href=\"https://github.com/felipecastrosales/streams-demo/blob/master/LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details. 😉\n\u003c/p\u003e\n\n   ---\n\n   \u003eThis project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course  **[\"Criação de Apps Android e iOS com Flutter 2021-Crie 14 Apps\"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios/?referralCode=1355952A966260D40D18)** on **[Udemy](https://www.udemy.com/)**.\u003cbr\u003e\n   If it helped you, give ⭐, contribute, it will help me too 😉\n\n---\n\n   \u003cdiv align=\"center\"\u003e\n\n   [![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)\n\n   \u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fstreams-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecastrosales%2Fstreams-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fstreams-demo/lists"}