{"id":19856979,"url":"https://github.com/johnvuko/flutter_socket_mobile","last_synced_at":"2026-01-11T13:36:52.337Z","repository":{"id":56840105,"uuid":"298979151","full_name":"johnvuko/flutter_socket_mobile","owner":"johnvuko","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-21T18:04:17.000Z","size":135,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-02T02:38:37.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnvuko.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":"2020-09-27T07:38:24.000Z","updated_at":"2024-02-21T18:04:20.000Z","dependencies_parsed_at":"2024-07-22T10:48:19.426Z","dependency_job_id":"47a3a8a4-053d-43e2-bd8d-9a9906795446","html_url":"https://github.com/johnvuko/flutter_socket_mobile","commit_stats":null,"previous_names":["johnvuko/flutter_socket_mobile"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/johnvuko/flutter_socket_mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fflutter_socket_mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fflutter_socket_mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fflutter_socket_mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fflutter_socket_mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnvuko","download_url":"https://codeload.github.com/johnvuko/flutter_socket_mobile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fflutter_socket_mobile/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262627705,"owners_count":23339635,"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-12T14:17:06.845Z","updated_at":"2026-01-11T13:36:52.330Z","avatar_url":"https://github.com/johnvuko.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# socket_mobile\n\nCapture SDK of [Socket Mobile](https://www.socketmobile.com) for Flutter using native SDK.\n\n## Installation\n\nBe sure to read requirements of the native SDK:\nhttps://docs.socketmobile.com\n\nAdd this to your package's pubspec.yaml file:\n\n```\ndependencies:\n  socket_mobile: ^2.0.0\n```\n\n### iOS\n\nIn the `Podfile` uncomment:\n\n```\n    platform :ios, '10.0'\n```\n\nIn the `Info.plist` add:\n\n```\n\t\u003ckey\u003eUISupportedExternalAccessoryProtocols\u003c/key\u003e\n\t\u003carray\u003e\n\t\t\u003cstring\u003ecom.socketmobile.chs\u003c/string\u003e\n\t\u003c/array\u003e\n```\n\n### Android\n\nYou must have installed the [Campanion application](https://play.google.com/store/apps/details?id=com.socketmobile.companion).\nMore informations here: https://www.socketmobile.com/support/application-mode-for-android-8\n\nIn `android/app/src/main/AndroidManifest.xml` add:\n\n```xml\n\u003capplication android:networkSecurityConfig=\"@xml/network_security_config\"\u003e\n\u003cuses-permission android:name=\"android.permission.BLUETOOTH\" /\u003e\n```\n\nIn `android/app/src/main/res/xml/network_security_config.xml` add:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cnetwork-security-config\u003e\n  \u003cbase-config cleartextTrafficPermitted=\"false\" /\u003e\n  \u003cdomain-config cleartextTrafficPermitted=\"true\"\u003e\n    \u003cdomain includeSubdomains=\"false\"\u003elocalhost\u003c/domain\u003e\n    \u003cdomain includeSubdomains=\"false\"\u003e127.0.0.1\u003c/domain\u003e\n  \u003c/domain-config\u003e\n\u003c/network-security-config\u003e\n```\n\n## Usage\n\n```dart\nSocketMobile.shared.configure(\n\tdeveloperId: appConfiguration.socketDeveloperId,\n\tappKeyIOS: appConfiguration.iOSSocketMobileAppKey,\n\tappIdIOS: appConfiguration.iOSSocketMobileAppId,\n\tappKeyAndroid: appConfiguration.androidSocketMobileAppKey,\n\tappIdAndroid: appConfiguration.androidSocketMobileAppId,\n);\n```\n\n## Author\n\n- [Jonathan VUKOVICH-TRIBOUHARET](https://github.com/jonathantribouharet)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fflutter_socket_mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnvuko%2Fflutter_socket_mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fflutter_socket_mobile/lists"}