Add SPM support (#223)
Pull Request / test (push) Has been cancelled
Pull Request / pana (push) Has been cancelled

* Add SPM support

* Cleanup cocoapods bits from example app

* Update package references for universal-ble in Xcode project

* Refactor notification handling and error logging in UniversalBleWeb class

* Change min sdk version

* Update CHANGELOG.md to include SPM support on Apple and requestConnectionPriority feature for version 1.3.0
This commit is contained in:
Foti Dim
2026-04-02 14:16:37 +02:00
committed by GitHub
parent f4b197f8ae
commit dde6c084b7
30 changed files with 203 additions and 382 deletions
+4
View File
@@ -28,3 +28,7 @@ migrate_working_dir/
.dart_tool/
.packages
build/
# Swift Package Manager (SPM) artifacts (used when Flutter enables SPM for plugins)
.build/
.swiftpm/