{"id":25899113,"url":"https://github.com/abdo-essam/shape_factory_pattern_demo","last_synced_at":"2026-05-08T20:33:12.709Z","repository":{"id":277442223,"uuid":"932447150","full_name":"abdo-essam/shape_factory_pattern_demo","owner":"abdo-essam","description":"A Flutter application demonstrating the Factory Design Pattern using shape creation. This project showcases how to implement a factory pattern to create different shapes (Circle, Rectangle, and Square) with smooth animations and a modern UI.","archived":false,"fork":false,"pushed_at":"2025-02-13T23:34:00.000Z","size":471,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T01:32:29.493Z","etag":null,"topics":[],"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/abdo-essam.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":"2025-02-13T23:32:46.000Z","updated_at":"2025-02-14T09:22:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"988ac160-2d52-4a43-b5dc-e33056a8f884","html_url":"https://github.com/abdo-essam/shape_factory_pattern_demo","commit_stats":null,"previous_names":["abdo-essam/shape_factory_pattern_demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdo-essam/shape_factory_pattern_demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2Fshape_factory_pattern_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2Fshape_factory_pattern_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2Fshape_factory_pattern_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2Fshape_factory_pattern_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdo-essam","download_url":"https://codeload.github.com/abdo-essam/shape_factory_pattern_demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2Fshape_factory_pattern_demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32795934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-03-03T01:27:26.649Z","updated_at":"2026-05-08T20:33:12.704Z","avatar_url":"https://github.com/abdo-essam.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shape Factory Pattern Demo\n\nA Flutter application demonstrating the Factory Design Pattern using shape creation. This project showcases how to implement a factory pattern to create different shapes (Circle, Rectangle, and Square) with smooth animations and a modern UI.\n\n## 📱 Screenshots\n\n\n| Main Screen | Info Dialog |\n|---|---|\n| \u003cimg src=\"screenshots/main.png\" width=\"250\"\u003e | \u003cimg src=\"screenshots/info.png\" width=\"250\"\u003e |\n\n## 🎯 Features\n\n- Implementation of Factory Design Pattern\n- Three different shapes: Circle, Rectangle, and Square\n- Animated shape transitions\n- Error handling with visual feedback\n- Loading states\n- Modern and clean UI\n- Informative tooltips\n\n### Design Pattern Implementation\n\nThe project uses the Factory Pattern with the following structure:\n\n1. **Shape Interface**\n```dart\nabstract class Shape {\n  String revealMe();\n  Color get color;\n  IconData get icon;\n  String get name;\n  Widget buildShapeWidget();\n}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdo-essam%2Fshape_factory_pattern_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdo-essam%2Fshape_factory_pattern_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdo-essam%2Fshape_factory_pattern_demo/lists"}