Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliansteenbakker/flutter_ble_peripheral
A Flutter package for advertising BLE data in peripheral mode
https://github.com/juliansteenbakker/flutter_ble_peripheral
advertising android ble bluetooth flutter hacktoberfest ios
Last synced: 8 days ago
JSON representation
A Flutter package for advertising BLE data in peripheral mode
- Host: GitHub
- URL: https://github.com/juliansteenbakker/flutter_ble_peripheral
- Owner: juliansteenbakker
- License: bsd-3-clause
- Created: 2020-03-31T07:38:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T07:32:12.000Z (about 2 months ago)
- Last Synced: 2024-10-15T13:36:03.050Z (24 days ago)
- Topics: advertising, android, ble, bluetooth, flutter, hacktoberfest, ios
- Language: Kotlin
- Homepage:
- Size: 609 KB
- Stars: 74
- Watchers: 8
- Forks: 51
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![pub package](https://img.shields.io/pub/v/flutter_ble_peripheral?include_prereleases)](https://pub.dartlang.org/packages/flutter_ble_peripheral)
[![Join the chat](https://img.shields.io/discord/827432913896341534)](https://discord.gg/XeyJZhaczm)
[![Workflow](https://github.com/juliansteenbakker/flutter_ble_peripheral/actions/workflows/flutter_format.yml/badge.svg?branch=master)](https://github.com/juliansteenbakker/flutter_ble_peripheral/actions)
[![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/juliansteenbakker?label=sponsor%20me)](https://github.com/sponsors/juliansteenbakker)# FlutterBlePeripheral
This Flutter plugin allows a device to be used in Peripheral mode, and advertise data over BLE to central devices.
## Help develop this plugin!
If you want to contribute to this plugin, feel free to make issues and pull-requests.
### Not stable
Since this plugin is currently being developed, limited functionality will be available. Check the release page for the most recent release.
| Functionality | Android | iOS | Description |
|----------------------------|:------------------:|:------------------:|------------------------------------------------------|
| Advertise UUID | :white_check_mark: | :white_check_mark: | Set and advertise a custom uuid. |
| Advertise ManufacturerData | :white_check_mark: | :x: | Set and advertise custom data. *not possible on iOS* |
| Advertise custom service | :white_check_mark: | :x: | Advertise a custom service. *not possible on iOS* |## How to use
Please check the example app to see how to broadcast data.
Note that iOS does not support a lot of options. Please see `AdvertiseData` to see which options are supported by iOS & Android.