flutter_blue_plus_darwin 9.0.0
flutter_blue_plus_darwin: ^9.0.0 copied to clipboard
iOS and macOS implementation of the flutter_blue_plus plugin.
9.0.0 #
- [Feature] allow discovering multiple devices at the same time
- [Feature] support for services with the same UUID
- [Improved] allow
setOptionsarguments to be updated individually without resetting unspecified values - [Fix] discovery would timeout if no services were present
- [Fix] included services discovery was broken
8.2.2 #
- [Release] version bump for the flutter_blue_plus 2.2.2 release
8.2.1 #
- [LICENSE] clarifications to the development exemption
8.2.0 #
- [LICENSE] new tiers based on company size & development exemption
8.1.1 #
- [Fix] nil-guard rssi in didReadRSSI:error: to prevent crash (#1318)
8.1.0 #
- [LICENSE] commercial license is now required for 15 or more employees
8.0.1 #
- Add License symlink
8.0.0 #
- Switch to FBP License
4.0.1 #
- fix unrecognized selector sent to instance (regression from 4.0.0)
4.0.0 #
- Use bytes instead of hex for platform communication (#1130)
3.0.0 #
- Update platform interface version to 3.0.0
2.0.1 #
- Add log color
2.0.0 #
- Combine the packages previously published as flutter_blue_plus_ios and flutter_blue_plus_macos
- Add support for Swift Package Manager
- Replace void return types with bool return types