{"id":17645822,"url":"https://github.com/masreplay/google_maps_pagination","last_synced_at":"2026-01-11T04:47:03.292Z","repository":{"id":40653258,"uuid":"480475558","full_name":"masreplay/google_maps_pagination","owner":"masreplay","description":"Pagination with list view and markers throw google map","archived":false,"fork":false,"pushed_at":"2024-07-04T11:17:34.000Z","size":259,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T05:12:01.963Z","etag":null,"topics":["android","flutter","google-maps","ios","markers","pagination","real-estate"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/google_maps_pagination","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/masreplay.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-04-11T17:07:05.000Z","updated_at":"2024-05-23T02:55:29.000Z","dependencies_parsed_at":"2023-12-17T09:25:06.110Z","dependency_job_id":"fbea2e86-d009-46eb-b2b5-4f24eed867b9","html_url":"https://github.com/masreplay/google_maps_pagination","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masreplay%2Fgoogle_maps_pagination","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masreplay%2Fgoogle_maps_pagination/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masreplay%2Fgoogle_maps_pagination/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masreplay%2Fgoogle_maps_pagination/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masreplay","download_url":"https://codeload.github.com/masreplay/google_maps_pagination/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252817652,"owners_count":21808707,"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":["android","flutter","google-maps","ios","markers","pagination","real-estate"],"created_at":"2024-10-23T10:59:41.845Z","updated_at":"2026-01-11T04:47:03.237Z","avatar_url":"https://github.com/masreplay.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pagination markers and cards on map with page view\n\n## Features\n\nPagination throw google map smoothly\n\n## Getting started\n\nno pre requirements required\n\n## Usage\n\n```dart\nclass MapItem implements MarkerItem {\n  // TODO: implement all fields\n}\n\nfinal GoogleMapController mapController = GoogleMapController();\nfinal String? selectedItemId = null;\n\nPaginationMap\u003cMapItem\u003e(\n    initialCameraPosition: CameraPosition(target: LatLng(33.4176386794544, 44.34958527530844)),\n    currentUserLocation: LatLng(33.4176386794544, 44.34958527530844),\n    height: 200,\n    pageViewController: PageController(),\n    mapController: mapController,\n    setMapController: (value) {\n        setState(() {\n            mapController = value;\n        });\n    },\n    onItemsChanged: (int skip, CameraPosition cameraPosition) async {\n        return getItem(skip, cameraPosition)\n    },\n    pageViewItemBuilder: (BuildContext context, MapItem item) {\n        return MapItemListTile(item: item);\n    },\n    selectedItemId: selectedItemId,\n    onSelectedItemChanged: (value) {\n        setState(() {\n            selectedItemId = value;\n        });\n    },\n    labelFormatter: (String label) {\n        return \"Hello, ${label}\";\n    },\n),\n\n```\n\n## Additional information\n\nDrag map will change camera position and click next or previous will change pagination\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasreplay%2Fgoogle_maps_pagination","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasreplay%2Fgoogle_maps_pagination","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasreplay%2Fgoogle_maps_pagination/lists"}