flutter_blue
flutter_blue copied to clipboard
Whether the library is still being maintained
Whether the library is still being maintained
At present, it has not been updated for half a year, and more than 400 issues have not been processed
Well. this is really werid, have anyone checked it seems like a version there is 0.8.0 and on githaby it's still 0.7.2 ? The question remains though... Any good forks ?
I aware of this only.
Here's my fork https://github.com/CsabaConsulting/flutter_blue
—
Krzysztof Kubicki @.***> ezt írta (időpont: 2021. szept. 8., Sze 15:34):
Well. this is really werid, have anyone checked it seems like a version there is 0.8.0 and on githaby it's still 0.7.2 ? The question remains though... Any good forks ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pauldemarco/flutter_blue/issues/929#issuecomment-915244313, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHEEMISV6OMNZGYU7DCQNNDUA5Q6VANCNFSM5DJGQRQA .
Like two years ago, I am creating a fork that will gather all critical updates.
Please write if you have some important things to add.
You can use:
flutter_blue: git: url: https://github.com/boskokg/flutter_blue/ ref: 0.9.0
0.9.0
- Android migrate to mavenCentral.
- Android support build on Macs M1
- Android protobuf-gradle-plugin:0.8.15 -> 0.8.17
- Ios example upgrade to latest flutter 2.5
- deprecated/removed widgets fixed in example
@boskokg Will it be merged into pub?
@jahnli It depends on the activity of the maintainer @pauldemarco Two years ago, he reviewed the commits and updated the main plugin. If there is no activity from him for some time, we can create a new plugin.
@boskokg would you please implement this changes https://github.com/boskokg/flutter_blue/compare/master...MZachmann:updater
@boskokg I'm all for everyone shifting work to a new fork of this repo. If we are migrating to your fork, will you turn on Issues for the fork?
flutter_blue: git: url: https://github.com/boskokg/flutter_blue/ ref: 0.10.0
0.10.0 mtuRequest returns the negotiated MTU Android: functions to turn on/off bluetooth Android: add null check if channel is already teared down Android: code small refactoring (fixed AS warnings) Android: add null check if channel is already teared down Ios: widen protobuf version allowed
@peekpt I added most of the changes from the MZachmann:updater
I did not added background functionality since there was a discussion about the way it is done. @pauldemarco reviewed it then and did not apply the same changes.
You can read it here: https://github.com/pauldemarco/flutter_blue/issues/510#issuecomment-606466267
I will check for other pull requests to apply.
@Scowley4 I will turn on the issues. Thanks
@boskokg nice job, thank you!
Is there any fix for startScan() that is not filtering withServices: [Guid1,Guid2,...] correctly
Thanks @peekpt
Not sure about startScan.
I am doing now the removal of v1Embedding, min flutter 2.5 and removal of Activity usage where possible for the people that use the plugin out of activity.
@peekpt Please let me know if you find any important merge requests.
flutter_blue: git: url: https://github.com/boskokg/flutter_blue/ ref: 0.11.0
0.11.0
- The timeout was throwing out of the Future's scope #941
- Expose onValueChangedStream #882
- Android: removed V1Embedding
- Android: removed graddle.properties
- Android: enable background usage
- Android: cannot handle devices that do not set CCCD_ID (2902) includes BLUNO #185 #797
- Android: add method for getting bonded devices #586
- Ios: remove support only for x86_64 simulators
- Ios: Don't initialize CBCentralManager until needed #599
@boskokg
We look forward to you re creating a library for better maintenance
Consider publishing in pub.dev
@boskokg https://github.com/pauldemarco/flutter_blue/pull/964
0.13.0
- Supporting Android 12 Bluetooth permissions. #940
0.12.0
- Delay Bluetooth permission & turn-on-Bluetooth system popups on iOS #964
There will be a pub.dev push of this branch ?
There will be a pub.dev push of this branch ?
You mean a merge of this fork? @boskokg said the author probably will do that
@peekpt @boskokg Was anyone of you in contact with the author? In case the author is not reachable, moving this branch to pub under a new plugin name should be considered.
@peekpt @boskokg Was anyone of you in contact with the author? In case the author is not reachable, moving this branch to pub under a new plugin name should be considered.
Everything should be considered in open source
@boskokg @peekpt If the fork is going to be used to create a new plugin name, could I suggest that the fork is moved to a github organization, rather than under a specific user's account, and have atleast two maintainers to avoid the same situation happening again in the future?
I published flutter_blue_plus 1.0.0 with the latest code in the fork.
I will add @peekpt as a maintainer. Please suggest if someone else should be the maintainer.
The fork that we used for bug fixes will no longer be maintained since there is no need.
@boskokg Thank you for your contribution