{"id":19839427,"url":"https://github.com/scientifichackers/flutter-rx-ble","last_synced_at":"2026-01-11T04:07:16.376Z","repository":{"id":56838419,"uuid":"186061794","full_name":"scientifichackers/flutter-rx-ble","owner":"scientifichackers","description":"A Flutter BLE plugin, based on RxAndroidBle and RxBluetoothKit.","archived":false,"fork":false,"pushed_at":"2020-09-23T04:20:51.000Z","size":342,"stargazers_count":36,"open_issues_count":22,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-01T19:38:33.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scientifichackers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-10T22:27:28.000Z","updated_at":"2025-03-14T11:40:26.000Z","dependencies_parsed_at":"2022-09-12T11:13:33.909Z","dependency_job_id":null,"html_url":"https://github.com/scientifichackers/flutter-rx-ble","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/scientifichackers/flutter-rx-ble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-rx-ble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-rx-ble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-rx-ble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-rx-ble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scientifichackers","download_url":"https://codeload.github.com/scientifichackers/flutter-rx-ble/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-rx-ble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011062,"owners_count":26084865,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T12:22:24.413Z","updated_at":"2025-10-12T10:46:13.672Z","avatar_url":"https://github.com/scientifichackers.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Sponsor](https://img.shields.io/badge/Sponsor-jaaga_labs-red.svg?style=for-the-badge)](https://www.jaaga.in/labs) [![pub package](https://img.shields.io/pub/v/rx_ble.svg?style=for-the-badge)](https://pub.dartlang.org/packages/rx_ble)\n\n# Flutter Rx BLE\n\nA Flutter BLE plugin, based on the wonderful [RxAndroidBle](https://github.com/Polidea/RxAndroidBle) and [RxBluetoothKit](https://github.com/Polidea/RxBluetoothKit) libraries.\n\n### Batteries included.\n\n- Acquire every permission and setting required for Bluetooth access, using a _single_ method - `RxBle.requestAccess()`.\n- No need to manually discover BLE services.\n- Automatically queues up GATT requests to avoid race conditions.\n\n\n## Installation\n\n### iOS\n\n1. Open iOS module in XCode\n2. Edit `Info.plist`\n3. Right click \u003e Enable show Raw Keys/Values\n4. Add these entries\n    - `NSBluetoothAlwaysUsageDescription` = `Please enable location to continue.`\n    - `NSLocationWhenInUseUsageDescription` = `Please enable location to continue.`\n    - `NSBluetoothPeripheralUsageDescription` = `Please enable bluetooth to continue.`\n\nOr, you may add these entries maually using your editor of choice:\n\n```plist\n\u003cdict\u003e\n    ...\n\n    \u003ckey\u003eNSBluetoothAlwaysUsageDescription\u003c/key\u003e\n    \u003cstring\u003ePlease enable location to continue.\u003c/string\u003e\n    \u003ckey\u003eNSLocationWhenInUseUsageDescription\u003c/key\u003e\n    \u003cstring\u003ePlease enable location to continue.\u003c/string\u003e\n    \u003ckey\u003eNSBluetoothPeripheralUsageDescription\u003c/key\u003e\n    \u003cstring\u003ePlease enable bluetooth to continue.\u003c/string\u003e\n\u003c/dict\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Fflutter-rx-ble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientifichackers%2Fflutter-rx-ble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Fflutter-rx-ble/lists"}