{"id":13471565,"url":"https://github.com/theindianappguy/doctor_booking_app","last_synced_at":"2026-03-08T23:36:36.112Z","repository":{"id":42071762,"uuid":"243473716","full_name":"theindianappguy/doctor_booking_app","owner":"theindianappguy","description":"Flutter Ui Challenge Speed Code ","archived":false,"fork":false,"pushed_at":"2026-03-03T19:25:00.000Z","size":297,"stargazers_count":725,"open_issues_count":1,"forks_count":233,"subscribers_count":17,"default_branch":"master","last_synced_at":"2026-03-03T23:15:40.952Z","etag":null,"topics":["flutter","flutter-examples","flutter-ui","flutter-web"],"latest_commit_sha":null,"homepage":"https://youtu.be/ilkno_gqNu0","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/theindianappguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"theindianappguy","custom":["https://www.buymeacoffee.com/sanskartiwari"]}},"created_at":"2020-02-27T08:54:11.000Z","updated_at":"2026-03-03T19:25:04.000Z","dependencies_parsed_at":"2024-10-30T01:51:58.285Z","dependency_job_id":null,"html_url":"https://github.com/theindianappguy/doctor_booking_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theindianappguy/doctor_booking_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theindianappguy%2Fdoctor_booking_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theindianappguy%2Fdoctor_booking_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theindianappguy%2Fdoctor_booking_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theindianappguy%2Fdoctor_booking_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theindianappguy","download_url":"https://codeload.github.com/theindianappguy/doctor_booking_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theindianappguy%2Fdoctor_booking_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30277111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"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":["flutter","flutter-examples","flutter-ui","flutter-web"],"created_at":"2024-07-31T16:00:46.711Z","updated_at":"2026-03-08T23:36:36.104Z","avatar_url":"https://github.com/theindianappguy.png","language":"Dart","funding_links":["https://github.com/sponsors/theindianappguy","https://www.buymeacoffee.com/sanskartiwari"],"categories":["Dart"],"sub_categories":[],"readme":"# Doctor Booking App\n\n![doctor app flutter](https://user-images.githubusercontent.com/55942632/75431076-50810d00-5972-11ea-8c12-b0f82073f781.png)\n\nA beautiful Doctor Booking App UI built with Flutter. Browse doctor specialities, view doctor profiles, and book consultations — all in a clean, modern interface.\n\n## Features\n\n- Browse doctor categories (Adults, Children, Women, Men)\n- View speciality cards (Cough \u0026 Cold, Heart Specialist, Diabetes Care)\n- Doctor profile with contact options (Email, Call, Video Call)\n- Doctor schedule and daily posts\n- Clean Material 3 design\n\n## Getting Started\n\n### Prerequisites\n\n- Flutter 3.10 or higher\n- Dart 3.0 or higher\n\n### Installation\n\n```bash\ngit clone https://github.com/theindianappguy/doctor_booking_app.git\ncd doctor_booking_app\nflutter pub get\nflutter run\n```\n\n## Project Structure\n\n```\nlib/\n├── main.dart                 # App entry point with MaterialApp setup\n├── data/\n│   └── data.dart             # Sample speciality data\n├── model/\n│   └── speciality.dart       # SpecialityModel class\n└── views/\n    ├── home.dart             # Home page with categories and doctor list\n    └── doctor_info.dart      # Doctor detail page with profile and schedule\n```\n\n## Built With\n\n- [Flutter](https://flutter.dev/) — UI toolkit for building natively compiled applications\n- Material 3 Design\n- Dart 3 with sound null safety\n\n## Created \u0026 Maintained By\n\n[Sanskar Tiwari](https://github.com/theindianappguy) ([YouTube](https://www.youtube.com/c/SanskarTiwari))\n\n## License\n\n```\nCopyright 2020 Sanskar Tiwari\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheindianappguy%2Fdoctor_booking_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheindianappguy%2Fdoctor_booking_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheindianappguy%2Fdoctor_booking_app/lists"}