{"id":18625833,"url":"https://github.com/zgramming/attendance-application-mapbox","last_synced_at":"2025-04-11T05:30:30.601Z","repository":{"id":108668672,"uuid":"268301210","full_name":"zgramming/Attendance-Application-MapBox","owner":"zgramming","description":"Make attendance tracking application implementation flutter_map as Map and Geolocator Package for tracking user location","archived":false,"fork":false,"pushed_at":"2020-06-28T11:32:03.000Z","size":586,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:47:45.506Z","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-31T14:50:47.000Z","updated_at":"2023-12-12T10:00:00.000Z","dependencies_parsed_at":"2023-03-24T19:19:06.430Z","dependency_job_id":null,"html_url":"https://github.com/zgramming/Attendance-Application-MapBox","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-MapBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgramming%2FAttendance-Application-MapBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgramming%2FAttendance-Application-MapBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgramming%2FAttendance-Application-MapBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zgramming","download_url":"https://codeload.github.com/zgramming/Attendance-Application-MapBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248347302,"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:08.746Z","updated_at":"2025-04-11T05:30:30.559Z","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/mapbox/banner_github.png\"  height=\"300\" width=\"600\" style=\"\"\u003e\n\u003c/p\u003e\n\n# Attendance Application [Mapbox Version]\n\nAttendance Tracking Application , implementation using flutter_map and Geolocator packages for tracking user location. Backend used is Codeigniter 3.\n\n## Configuration Project\n\nChange Mapbox API Key with your in `global_template/lib/variable/config/app_config.dart`. It will be used for MapBox API and Autocompleted Search Address\n\n```\n  static const mapBoxApiKey ='YOUR API KEY';\n```\n\nHow to get API Key ? visit \u003ca href=\"https://account.mapbox.com/\"\u003eaccount.mapbox.com\u003c/a\u003e and scroll until you find **Access Token**\n\n## Adding your Mapbox into project\n\n1. If you already have mapbox account you can follow this \u003ca href=\"https://account.mapbox.com/auth/signin/\"\u003e Link \u003c/a\u003e or you can sign-up if you don't have account.\n2. After that , go to \u003ca href=\"https://studio.mapbox.com/\"\u003estudio.mapbox.com\u003c/a\u003e to create your map style. \n3. Then click **New Style** and choose a template , recommended you can choose **streets / basic** style. After choose the template you can click **Customize**\n\n\u003cimg src=\"https://i.stack.imgur.com/8cwe2.png\" height=\"500\"\u003e\n\n4.Next , You will be redirect to page for edit your map. If you have finished edit your map, click **Share** in tab production ,scroll until you find **Developer Resource**. Then select **Third Party** tab. Click dropdown and select **Carto**. After that you can copy **Integration URL** this is your style mapbox.\n\n\u003cimg src=\"https://i.stack.imgur.com/O6dub.jpg\" height=\"500\"\u003e\n\n5. If you success follow all instruction above , you will see API mapbox style something like this `https://api.mapbox.com/styles/v1/zeffryy/ckbpz3hxh4hdq1in027gqrem5/tiles/256/{z}/{x}/{y}@2x?access_token=xxx` , this url which will be used as **urlTemplate** in flutter project.\n\n6. Then you can change **urlTemplate** FlutterMap widget in **map_screen.dart** and **add_destination_screen.dart** with the style that you have made. \n\n```\n TileLayerOptions(\n                  urlTemplate:\n                      'https://api.mapbox.com/styles/v1/zeffryy/ckbm42cwb124f1ipgndrdcz8p/tiles/256/{z}/{x}/{y}@2x?access_token=${AppConfig.mapBoxApiKey}',\n                  subdomains: ['a', 'b', 'c'],\n                ),\n```\n\n\u003cimg src=\"https://i.stack.imgur.com/gtnJY.png\" height=\"500\"\u003e\n\nReference : \u003ca href=\"https://stackoverflow.com/a/58125136/7360353\"\u003e Stackoverflow \u003c/a\u003e\n\n\n\n## Installing\n\n1. Git clone **https://github.com/zgramming/Attendance-Application-MapBox**\n2. cd `Attendance-Application-MapBox`\n3. in terminal `flutter packages get`. After that `flutter run`\n\n\n## Feature\n\n- [x] Tracking user location\n- [x] Autocomplete Search Address [Mapbox Autocomplete]\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/mapbox/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/mapbox/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/mapbox/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-mapbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzgramming%2Fattendance-application-mapbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgramming%2Fattendance-application-mapbox/lists"}