From a7700eb9152eb98bce1ba2d090e7a20e4b6da787 Mon Sep 17 00:00:00 2001 From: iAMD Date: Sun, 5 Jan 2025 21:46:50 +0800 Subject: [PATCH] Add sponsors to README.md (#119) * Add sponsors part to README.md * Remove wrong README.md * Add symbol link to README.md * Update README.md * Remove avatar. * TODO --------- Co-authored-by: yanshouwang --- README.md | 6 +----- bluetooth_low_energy/README.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 6 deletions(-) mode change 100644 => 120000 README.md diff --git a/README.md b/README.md deleted file mode 100644 index aa7eedb..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# bluetooth_low_energy - -This repo contains the source code for the [`bluetooth_low_energy`][1] federated plugins. - -[1]: https://pub.dev/packages/bluetooth_low_energy diff --git a/README.md b/README.md new file mode 120000 index 0000000..9350a96 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +bluetooth_low_energy/README.md diff --git a/bluetooth_low_energy/README.md b/bluetooth_low_energy/README.md index e4a195a..8e7e654 100644 --- a/bluetooth_low_energy/README.md +++ b/bluetooth_low_energy/README.md @@ -92,6 +92,21 @@ The `PeripheralManager` API is not implemented since the [`bluez`][8] didn't sup * [Migrate from 5.x to 6.x][9] +## Sponsors + +If you find this open-source project is helpful, consider to be a sponsor on GitHub Sponsors. Your support will help me dedicate more time on the open-source community. + +* [Alipay](https://sponsors.hebei.dev/#/alipay) +* [WeChat Pay](https://sponsors.hebei.dev/#/wechat-pay) +* [Bitcoin Wallet](https://sponsors.hebei.dev/#/bitcoin-wallet) + + +### Sponsors Details + +|Date|Sponsor|Amount| +|:---:|:---:|:---:| +|2025.1.1|[Jeff-Lawson][10]|0.01177286BTC| + [1]: https://docs.flutter.dev/packages-and-plugins/using-packages [2]: https://developer.apple.com/documentation/corebluetooth [3]: https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothalwaysusagedescription @@ -100,4 +115,6 @@ The `PeripheralManager` API is not implemented since the [`bluez`][8] didn't sup [6]: https://developer.apple.com/documentation/corebluetooth/cbperipheralmanager/1393252-startadvertising [7]: https://learn.microsoft.com/en-us/uwp/api/windows.devices.bluetooth.advertisement.bluetoothleadvertisementpublisher.advertisement?view=winrt-22621 [8]: https://github.com/canonical/bluez.dart -[9]: doc/migrations/migration-v6.md \ No newline at end of file +[9]: doc/migrations/migration-v6.md + +[10]: https://github.com/Jeff-Lawson \ No newline at end of file