Migrating from flutter_blue ble package #329
-
Due to the inactivity of the flutter_blue package, the growing number of issues (453), and the fact that we will be needing desktop support sometime in the future we are looking to switch to this package. Has anyone made this switch? Are there any potential issues that we should be aware of or functionality that doesn't carry over? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @FXschwartz , I think FlutterBlue offers a bit more specialised BLE operations (especially on Android). We tried to keep it as simple and consistent possible for both Android and iOS. Feel free to reach out if you have more specialised questions regarding some functionalities. Regarding desktop support: I am working on moving to a federated plugin structure so this will enable others to add support for other platforms. At the moment there is no capacity to expand to other platforms unless someone from the community is willing to help out. |
Beta Was this translation helpful? Give feedback.
Hi @FXschwartz ,
I think FlutterBlue offers a bit more specialised BLE operations (especially on Android). We tried to keep it as simple and consistent possible for both Android and iOS. Feel free to reach out if you have more specialised questions regarding some functionalities.
Regarding desktop support: I am working on moving to a federated plugin structure so this will enable others to add support for other platforms. At the moment there is no capacity to expand to other platforms unless someone from the community is willing to help out.