OpenRowingCommunity / c2bluetooth

A Flutter library for interacting with Concept2 PM5 rowing machines over bluetooth
GNU Lesser General Public License v3.0
3 stars 1 forks source link

Find a more stable and/or well maintained bluetooth library #6

Open MoralCode opened 2 years ago

MoralCode commented 2 years ago

Currently this project depends on a fork of FlutterBleLib (Github: https://github.com/davejlin/flutter_ble_lib_ios_15 pub.dev: https://pub.dev/packages/flutter_ble_lib_ios_15)

as the author indicated in #9, this repo is a temporary solution until they can find a more well-maintained repo for their project.

This is also the case for us too. Depending on this fork is more of a temporary solution and should be replaced with a stable, well-maintained alternative in the future.

At present it sounds like other users of dotintent/FlutterBleLib (judging by their issue #613) see https://pub.dev/packages/flutter_reactive_ble as the most stable/maintained alternative currently. there also seem to be forks of other projects like flutter_blue.

MoralCode commented 2 years ago

https://pub.dev/packages/flutter_blue_elves is another contender