{"id":22358182,"url":"https://github.com/kaiumallimon/bloc_practice","last_synced_at":"2026-04-28T11:33:20.812Z","repository":{"id":265172273,"uuid":"895344196","full_name":"kaiumallimon/bloc_practice","owner":"kaiumallimon","description":"This repository contains some flutter state management templates using flutter_bloc package.","archived":false,"fork":false,"pushed_at":"2024-11-28T03:27:44.000Z","size":271,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T11:32:58.104Z","etag":null,"topics":["bloc","flutter","flutter-bloc","flutter-bloc-pattern","state-management"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaiumallimon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-28T03:08:39.000Z","updated_at":"2024-11-28T03:31:00.000Z","dependencies_parsed_at":"2024-11-28T04:34:14.555Z","dependency_job_id":null,"html_url":"https://github.com/kaiumallimon/bloc_practice","commit_stats":null,"previous_names":["kaiumallimon/bloc_practice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaiumallimon/bloc_practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fbloc_practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fbloc_practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fbloc_practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fbloc_practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaiumallimon","download_url":"https://codeload.github.com/kaiumallimon/bloc_practice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fbloc_practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bloc","flutter","flutter-bloc","flutter-bloc-pattern","state-management"],"created_at":"2024-12-04T14:53:27.528Z","updated_at":"2026-04-28T11:33:20.793Z","avatar_url":"https://github.com/kaiumallimon.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter-bloc-practice\n\n`flutter_bloc` is a state management library that allow users to seperate their application's business logics from the ui elements.\n\n### Get started with bloc\n\nRun the following command and that's it, you're good to go.\n\n```bash\n\nflutter pub add equatable flutter_bloc # Equatable is a object comparing package, it's a good practice to use equatable with bloc\n```\n\nThere are two ways `bloc` can be used for local state management. \n- Cubit\n- Bloc\n\nCubit is a straightforward process, it directly works on the event. On the other hand, the Bloc process needs a event handler to work with the states.\n\n### Example\nThere are two examples are available inside the `/lib` folder. \n- Counter: Simple application to count with a counter variable. (Both of the cubit and bloc example are available)\n- Todo: A todo application created following the bloc, contains bloc states, events.\n\n\n### Author\n\n[Kaium Al Limon](https://www.facebook.com/lemon.exee)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiumallimon%2Fbloc_practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaiumallimon%2Fbloc_practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiumallimon%2Fbloc_practice/lists"}