Files
universal_ble/pubspec.yaml
T
Rohit Sangwan acfa3200ca Implement unified and type safe error messages (#186)
* Implement unified and type safe error messages

* Fix Apple error handling

* improve linux exception handling

* improve web exception handling

* fix window imports

* update pigeon generated files

* Fix compilaton issue

* Fix windows error parsing

* Fix windows compilation

* Improve error handling on dart side

* rename _wrapFuture to _executeWithErrorHandling

* Add pigeon generation script and format generated dart file

* Update changelog

* Update readme

---------

Co-authored-by: Foti Dim <foti@navideck.com>
2025-11-11 19:34:29 +01:00

57 lines
1.2 KiB
YAML

name: universal_ble
description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter
version: 1.0.0
homepage: https://navideck.com
repository: https://github.com/Navideck/universal_ble
issue_tracker: https://github.com/Navideck/universal_ble/issues
documentation: https://github.com/Navideck/universal_ble#readme
funding:
- https://github.com/sponsors/Navideck
topics:
- bluetooth-low-energy-ble
- core-bluetooth
- windows-devices-bluetooth
- bluez
- web-bluetooth
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: ">=3.1.3 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.6
flutter_web_bluetooth: ^1.1.0
bluez: ^0.8.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
pigeon: ^26.0.5
flutter:
plugin:
platforms:
android:
package: com.navideck.universal_ble
pluginClass: UniversalBlePlugin
ios:
pluginClass: UniversalBlePlugin
sharedDarwinSource: true
macos:
pluginClass: UniversalBlePlugin
sharedDarwinSource: true
windows:
pluginClass: UniversalBlePluginCApi