{"id":18625843,"url":"https://github.com/zgramming/attendance-application-google-map","last_synced_at":"2025-04-11T05:30:33.573Z","repository":{"id":108668652,"uuid":"260655119","full_name":"zgramming/Attendance-Application-Google-Map","owner":"zgramming","description":"Attendance Tracking Application Implementation Using Flutter Google Maps ","archived":false,"fork":false,"pushed_at":"2020-09-13T03:33:20.000Z","size":698,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:47:44.205Z","etag":null,"topics":[],"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/zgramming.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":"2020-05-02T09:36:39.000Z","updated_at":"2024-12-18T01:54:46.000Z","dependencies_parsed_at":"2023-05-06T08:15:22.935Z","dependency_job_id":null,"html_url":"https://github.com/zgramming/Attendance-Application-Google-Map","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/zgramming%2FAttendance-Application-Google-Map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgramming%2FAttendance-Application-Google-Map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgramming%2FAttendance-Application-Google-Map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgramming%2FAttendance-Application-Google-Map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zgramming","download_url":"https://codeload.github.com/zgramming/Attendance-Application-Google-Map/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248347307,"owners_count":21088623,"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":[],"created_at":"2024-11-07T04:36:10.903Z","updated_at":"2025-04-11T05:30:33.556Z","avatar_url":"https://github.com/zgramming.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://www.zimprov.id/absensi_online/readme/absensi_online/banner_github.png\"  height=\"300\" width=\"600\" style=\"\"\u003e\n\u003c/p\u003e\n\n# Attendance Application [Google Maps Version]\n\nAttendance Tracking Application , implementation using Flutter Google Map and Geolocator packages for tracking user location. Backend used is Codeigniter 3.\n\n## Configuration Project \n\n### Android \nOpen `Android/app/src/main/AndroidManifest.xml` and replace the API key with yours.\n\n```\n\u003cmanifest ...\n  \u003capplication ...\n    \u003cmeta-data android:name=\"com.google.android.geo.API_KEY\"\n               android:value=\"YOUR KEY HERE\"/\u003e\n```\n### IOS\n\nSpecify your API key in the application delegate `ios/Runner/AppDelegate.m`:\n\n```\n#include \"AppDelegate.h\"\n#include \"GeneratedPluginRegistrant.h\"\n#import \"GoogleMaps/GoogleMaps.h\"\n\n@implementation AppDelegate\n\n- (BOOL)application:(UIApplication *)application\n    didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {\n  [GMSServices provideAPIKey:@\"YOUR KEY HERE\"];\n  [GeneratedPluginRegistrant registerWithRegistry:self];\n  return [super application:application didFinishLaunchingWithOptions:launchOptions];\n}\n@end\n```\nOr in your swift code, specify your API key in the application delegate `ios/Runner/AppDelegate.swift`:\n\n```\nimport UIKit\nimport Flutter\nimport GoogleMaps\n\n@UIApplicationMain\n@objc class AppDelegate: FlutterAppDelegate {\n  override func application(\n    _ application: UIApplication,\n    didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?\n  ) -\u003e Bool {\n    GMSServices.provideAPIKey(\"YOUR KEY HERE\")\n    GeneratedPluginRegistrant.register(with: self)\n    return super.application(application, didFinishLaunchingWithOptions: launchOptions)\n  }\n}\n```\n\n## Installing\n\n1. Git clone **https://github.com/zgramming/Attendance-Application-Google-Map**\n2. cd `Attendance-Application-Google-Map`\n3. in terminal `flutter packages get`. After that `flutter run`\n\n## Overview\n\n|Splash Screen|Home Screen|Profil Screen|Maps Screen|\n|:-----------:|:--------:|:------------:|:---------:|\n|\u003cimg src=\"http://www.zimprov.id/absensi_online/readme/absensi_online/splash_screen(1).gif\" height=\"400\" width=\"200\"\u003e|\u003cimg src=\"http://www.zimprov.id/absensi_online/readme/absensi_online/welcome_screen(1).gif\" height=\"400\" width=\"200\"\u003e|\u003cimg src=\"http://www.zimprov.id/absensi_online/readme/absensi_online/profil_screen(1).gif\" height=\"400\" width=\"200\"\u003e|\u003cimg src=\"http://www.zimprov.id/absensi_online/readme/absensi_online/maps_screen(1).gif\" height=\"400\" width=\"200\"\u003e|\n\n|Add Destination|Pick Destination|Login Screen|\n|:-------------:|:--------------:|:----------:|\n|\u003cimg src=\"http://www.zimprov.id/absensi_online/readme/absensi_online/add_destination(1).gif\" height=\"400\" width=\"200\"\u003e|\u003cimg src=\"http://www.zimprov.id/absensi_online/readme/absensi_online/pick_destination(1).gif\" height=\"400\" width=\"200\"\u003e|\u003cimg src=\"http://www.zimprov.id/absensi_online/readme/absensi_online/login_screen(1).gif\" height=\"400\" width=\"200\"\u003e|\n\n\n## Feature\n\n- [x] Tracking user location\n- [x] Autocomplete From Geolocator Package\n- [x] Absent only at certain radius [radius color will be green if user inside radius otherwise radius color will be purple]\n- [x] Detecting mockup location\n- [x] Add destination based on user choose in maps\n- [x] Pick Destination [this will be used as your absence location]\n- [x] Recap user absence monthly, has 2 view [Card \u0026 Table look]\n- [x] Recap user performance monthly\n- [x] User Profil\n- [x] Drawer Menu\n- [ ] Unimaginable Improvements \n\n## Download\n\n|app-arm64-v8a|app-armeabi-v7a|app-x86_64|\n|:-----------:|:-------------:|:--------:|\n|[\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/a/a0/APK_format_icon.png\" width=\"50px\"\u003e](http://www.zimprov.id/absensi_online/apk/absensi_online/app-arm64-v8a-release.apk)|[\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/a/a0/APK_format_icon.png\" width=\"50px\"\u003e](http://www.zimprov.id/absensi_online/apk/absensi_online/app-armeabi-v7a-release.apk)|[\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/a/a0/APK_format_icon.png\" width=\"50px\"\u003e](http://www.zimprov.id/absensi_online/apk/absensi_online/app-x86_64-release.apk)|\n|7,8 MB|7,4 MB|8 MB|\n\n## API\n\nIf you interested with the API in this application and want custom the API with yours , you can follow this \u003ca href=\"https://github.com/zgramming/API.Absensi-Online\"\u003e\u003cb\u003eLink\u003cb/\u003e\u003c/a\u003e\n\n## Issues\n\nPlease file any issues, bugs or feature request as an issue on \u003ca href=\"https://github.com/zgramming/Attendance-Application-Google-Map/issues\"\u003e\u003cb\u003e Github \u003c/b\u003e\u003c/a\u003e\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgramming%2Fattendance-application-google-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzgramming%2Fattendance-application-google-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgramming%2Fattendance-application-google-map/lists"}