{"id":22165800,"url":"https://github.com/tutorialsandroid/resident","last_synced_at":"2026-01-27T19:47:05.066Z","repository":{"id":247919041,"uuid":"827168164","full_name":"TutorialsAndroid/Resident","owner":"TutorialsAndroid","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-29T11:53:04.000Z","size":8580,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T15:57:37.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TutorialsAndroid.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,"zenodo":null}},"created_at":"2024-07-11T06:17:52.000Z","updated_at":"2025-03-04T08:07:03.000Z","dependencies_parsed_at":"2024-07-30T09:15:12.542Z","dependency_job_id":"350b4df1-02ef-43bd-8d27-206c2dcd0cb1","html_url":"https://github.com/TutorialsAndroid/Resident","commit_stats":null,"previous_names":["tutorialsandroid/resident"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TutorialsAndroid/Resident","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FResident","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FResident/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FResident/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FResident/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TutorialsAndroid","download_url":"https://codeload.github.com/TutorialsAndroid/Resident/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FResident/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28819800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:44:20.126Z","status":"ssl_error","status_checked_at":"2026-01-27T18:44:09.161Z","response_time":168,"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":"2024-12-02T05:16:41.602Z","updated_at":"2026-01-27T19:47:05.038Z","avatar_url":"https://github.com/TutorialsAndroid.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resident | Society Management App\n\nWelcome to the **Resident | Society Management App**! This Flutter-based app is designed to streamline society management by enabling easy communication, bill payments, notices, and more for residents of gated communities or apartment complexes.\n\n## Features\n\n- **Resident Login**: Secure login system for authenticated residents.\n- **Prepaid Meter Management**: View, manage, and recharge prepaid meters with a user-friendly interface.\n- **SOS Feature**: Quickly send SOS alerts in emergencies.\n- **Help Desk**: Submit service requests and communicate with management.\n- **Notice Board**: Stay updated with the latest community announcements.\n- **Local Directory**: Access a directory of local services such as plumbers, electricians, and more.\n- **Amenities Booking**: Reserve community amenities like the gym, pool, or clubhouse.\n\n## Screenshots\n\n![Login Page](https://raw.githubusercontent.com/Sakshi-2508/Resident/refs/heads/master/screenshot/1.png)\n![OTP Page](https://raw.githubusercontent.com/Sakshi-2508/Resident/refs/heads/master/screenshot/2.png)\n![Profile Page](https://raw.githubusercontent.com/Sakshi-2508/Resident/refs/heads/master/screenshot/3.png)\n![Community Page](https://raw.githubusercontent.com/Sakshi-2508/Resident/refs/heads/master/screenshot/4.png)\n![Society Dues](https://raw.githubusercontent.com/Sakshi-2508/Resident/refs/heads/master/screenshot/5.png)\n![Prepaid Meter](https://raw.githubusercontent.com/Sakshi-2508/Resident/refs/heads/master/screenshot/6.png)\n\n\n## Installation\n\nTo run the project locally, follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/Sakshi-2508/Resident.git\n   cd resident-society-management-app\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   flutter pub get\n   ```\n\n3. **Run the app**:\n   ```bash\n   flutter run\n   ```\n\nMake sure you have Flutter installed. If not, follow the instructions at the [official Flutter website](https://flutter.dev/docs/get-started/install).\n\n## Folder Structure\n\nThe main files in the project are organized as follows:\n\n```\nlib/\n|- screens/\n|  |- login_screen.dart       # Login page for residents\n|  |- prepaid_meter.dart      # Prepaid meter management\n|  |- sos_page.dart           # SOS feature UI\n|  |- help_desk.dart          # Help Desk UI\n|  |- notice_board.dart       # Notice Board UI\n|  |- local_directory.dart    # Local Directory page\n|  |- amenities_page.dart     # Amenities Booking UI\n|- models/                    # Data models for various components\n|- services/                  # API services and data handling\n```\n\n## Technologies Used\n\n- **Flutter**: For building the cross-platform UI.\n- **Dart**: Flutter’s programming language.\n- **Firebase** (optional): For backend services, authentication, and database.\n\n## Contributions\n\nContributions are welcome! Feel free to submit a pull request or open an issue if you encounter any bugs or have suggestions for new features.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftutorialsandroid%2Fresident","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftutorialsandroid%2Fresident","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftutorialsandroid%2Fresident/lists"}