{"id":18823785,"url":"https://github.com/ilhamghaza/flutter_attendace_ui","last_synced_at":"2026-05-07T10:36:05.566Z","repository":{"id":270291858,"uuid":"843826753","full_name":"IlhamGhaza/flutter_attendace_ui","owner":"IlhamGhaza","description":"Flutter Attendance UI is a Flutter-based project that provides a modern UI for attendance apps.","archived":false,"fork":false,"pushed_at":"2024-09-14T08:20:35.000Z","size":619,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T21:35:48.475Z","etag":null,"topics":["attendance-system","dart","flutter","flutter-ui"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IlhamGhaza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-08-17T14:38:54.000Z","updated_at":"2024-12-23T16:56:03.000Z","dependencies_parsed_at":"2024-12-30T04:36:14.219Z","dependency_job_id":null,"html_url":"https://github.com/IlhamGhaza/flutter_attendace_ui","commit_stats":null,"previous_names":["ilhamghaza/flutter_attendace_ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IlhamGhaza/flutter_attendace_ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2Fflutter_attendace_ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2Fflutter_attendace_ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2Fflutter_attendace_ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2Fflutter_attendace_ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlhamGhaza","download_url":"https://codeload.github.com/IlhamGhaza/flutter_attendace_ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2Fflutter_attendace_ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["attendance-system","dart","flutter","flutter-ui"],"created_at":"2024-11-08T00:54:42.049Z","updated_at":"2026-05-07T10:36:05.551Z","avatar_url":"https://github.com/IlhamGhaza.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Attendance UI\n\nA Flutter project designed to manage attendance with a sleek and user-friendly interface. This project leverages Flutter’s rich ecosystem to deliver a smooth and responsive user experience.\n\n## Features\n- **Login**: Secure login functionality with email and password.\n- **Attendance**: Capture attendance using camera integration and location services.\n- **Profile Management**: Easily manage user profiles.\n- **Notifications**: Stay updated with notifications for important events.\n- **Theme**: Custom theme using Google Fonts and a consistent color scheme.\n\n## Getting Started\n\n### Prerequisites\n- [Flutter SDK](https://flutter.dev/docs/get-started/install): Version 3.5.0 or higher.\n- Compatible IDE: Visual Studio Code, Android Studio, etc.\n\n### Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/IlhamGhaza/flutter_attendance_ui.git\n   ```\n2. **Navigate to the project directory**:\n   ```bash\n   cd flutter_attendance_ui\n   ```\n3. **Install dependencies**:\n   ```bash\n   flutter pub get\n   ```\n4. **Running the App**:\n   - Start the development server:\n     ```bash\n     flutter run\n     ```\n   - Building for release:\n     ```bash\n     flutter build apk\n     ```\n\n## Project Structure\n\nThe project follows a modular structure:\n\n- `lib/main.dart`: The entry point of the application.\n- `lib/ui/`: Contains all the UI components and pages.\n  - `auth/`: Login and splash screens.\n  - `home/`: Home page and attendance management screens.\n- `lib/core/constants/`: Defines color themes and other constants.\n- `assets/`: Contains images and icons used across the application.\n\n## Dependencies\n\nThe project uses the following dependencies:\n\n- `camera`: For camera functionalities.\n- `flutter_svg`: To render SVG icons.\n- `google_fonts`: To use Google Fonts in the app.\n- `intl`: For date formatting.\n\n## Contributing\n\nContributions are welcome! Please follow the standard GitHub workflow for contributing:\n\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the branch (`git push origin feature/AmazingFeature`).\n5. Open a pull request.\n\n## License\n\n[![License: CC BY 4.0](https://licensebuttons.net/l/by/4.0/80x15.png)](https://creativecommons.org/licenses/by/4.0/)\n\nThis project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Contact\n\nFor any queries or suggestions, please contact Ilham Ghaza.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhamghaza%2Fflutter_attendace_ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filhamghaza%2Fflutter_attendace_ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhamghaza%2Fflutter_attendace_ui/lists"}