{"id":21387222,"url":"https://github.com/devopsthinh/bloc-design-patterns","last_synced_at":"2026-05-10T15:35:47.218Z","repository":{"id":110399084,"uuid":"387020661","full_name":"DevOpsThinh/BLoC-Design-Patterns","owner":"DevOpsThinh","description":"Apps Development with Flutter","archived":false,"fork":false,"pushed_at":"2023-05-02T15:55:06.000Z","size":227,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T00:13:35.661Z","etag":null,"topics":["basic-bloc","bloc","bloc-library","bloc-pattern","blocs-firestore","bussiness-logic-component","dart","dependency-injection","flutter","flutter-examples","flutter-state-management","improvised-bloc","mobile-clean-architecture","mobile-development","production-ready-apps"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/DevOpsThinh.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":"2021-07-17T19:18:28.000Z","updated_at":"2024-04-05T08:44:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfda35cf-7361-4091-b8a5-9945a3112d1b","html_url":"https://github.com/DevOpsThinh/BLoC-Design-Patterns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevOpsThinh%2FBLoC-Design-Patterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevOpsThinh%2FBLoC-Design-Patterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevOpsThinh%2FBLoC-Design-Patterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevOpsThinh%2FBLoC-Design-Patterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevOpsThinh","download_url":"https://codeload.github.com/DevOpsThinh/BLoC-Design-Patterns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243865477,"owners_count":20360449,"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","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":["basic-bloc","bloc","bloc-library","bloc-pattern","blocs-firestore","bussiness-logic-component","dart","dependency-injection","flutter","flutter-examples","flutter-state-management","improvised-bloc","mobile-clean-architecture","mobile-development","production-ready-apps"],"created_at":"2024-11-22T12:12:13.186Z","updated_at":"2026-05-10T15:35:42.167Z","avatar_url":"https://github.com/DevOpsThinh.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BLoC Design Patterns in Applications Development with Flutter\n\n\u003cstrong\u003e Exploring `BLoC Pattern` to manage `states in Flutter` applications \u003c/strong\u003e\u003cbr\u003e\nVersion: 1.0.1\u003cbr\u003e\nAuthor (Learn \u0026 Share): \u003cem\u003eNguyen Truong Thinh\u003c/em\u003e\u003cbr\u003e \n\n## References :wave:\n\u003cem\u003eA few resources to get you started if this is your first Flutter project:\u003cem\u003e\n- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)\n- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)\n\n\u003cem\u003eFor help getting started with Flutter, view our:\u003cem\u003e\n- [online documentation](https://flutter.dev/docs), which offers tutorials,\nsamples, guidance on mobile development, and a full API reference.\u003cbr\u003e\n\n\u003cem\u003eTo help grasp our project's source code:\u003cem\u003e\n- [Pragmatic Flutter: Building Cross-Platform Mobile Apps for Android, iOS, Web \u0026 Desktop](https://www.routledge.com/Pragmatic-Flutter-Building-Cross-Platform-Mobile-Apps-for-Android-iOS/Tyagi/p/book/9780367612092)\n- [Beginning Flutter: A Hands On Guide to App Development](https://www.wiley.com/en-sg/Beginning+Flutter%3A+A+Hands+On+Guide+to+App+Development-p-9781119550853)\n- [Flutter Complete Reference](https://fluttercompletereference.com/buy)\n- [Managing State in Flutter Pragmatically](https://www.packtpub.com/product/managing-state-in-flutter-pragmatically/9781801070775)\n\n## Notes :cook:\n - BLoC - Business Logic Component: is a design pattern to facilitate data flow to Flutter Widgets \u0026 vice versa.\u003cbr\u003eThe BLoC receives streams of the event(s) from data sources and/ or widgets, perform business logic on events received and emits corresponding states.\n 1. Basic BLoC Pattern: Use Dart's built-in data types to manages the state\n 2. Improvised BLoC Pattern: Create classes representing event(s) and state(s)\n 3. BLoC Library: Use the `flutter_bloc` library to implement the BLoC pattern.\n\n## Improve us :handshake:\n\u003cstrong\u003e\u003cem\u003e:star: Please give me a STAR! :star:\u003cem\u003e\u003cstrong\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevopsthinh%2Fbloc-design-patterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevopsthinh%2Fbloc-design-patterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevopsthinh%2Fbloc-design-patterns/lists"}