flutter_antplus 0.6.4+14
flutter_antplus: ^0.6.4+14 copied to clipboard
Flutter plugin for Ant+: search, listen, acquire data from Ant+ sensors like power meters, heart rate and cadence sensors
Changelog #
All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
[flutter_antplus-0.6.4+14] - 2026-06-21 #
⚙️ Miscellaneous Tasks [0.6.4] #
- Remove
org.jetbrains.kotlin.androidplugin (9db8c1f) by heyteacher - Remove link to flutter.jar (e5667a4) by heyteacher
- Add
flutter.jarclasses for compileOnly inAndroid Studio(9cd634b) by heyteacher - (release) New version 0.6.4+14 which closes (#24) (2c68c27) by heyteacher
[flutter_antplus-0.6.3+13] - 2026-06-21 #
⚙️ Miscellaneous Tasks [0.6.3] #
- Fixes errors and warnings raised by
pub.devpublish validator (c4b9ba1) by heyteacher - (release) New version 0.6.3+13 which closes (#24) (fd5ce3e) by heyteacher
[flutter_antplus-0.6.2+12] - 2026-06-21 #
📚 Documentation [0.6.2] #
- Improve code documentation and comments across Android and Dart modules and add publish
pub.devdirective (51e761f) by heyteacher
⚙️ Miscellaneous Tasks [0.6.2] #
[flutter_antplus-0.6.1+11] - 2026-06-21 #
⚙️ Miscellaneous Tasks [0.6.1] #
- Regenerate Pigeon files to v27.1.0 and add toString methods to data classes (98039db) by heyteacher
- (release) New version 0.6.1+11 which closes (#20) (cc37934) by heyteacher
[flutter_antplus-0.6.0+10] - 2026-06-20 #
🚀 Features [0.6.0] #
- Add
wakelock_plusdisabling lock when tracking to example app (e1970ba) by heyteacher
⚙️ Miscellaneous Tasks [0.6.0] #
[flutter_antplus-0.5.3+9] - 2026-06-20 #
🐛 Bug Fixes [0.5.3] #
- Add
cwdtolaunch.jsonconfiguration (0f87271) by heyteacher
🎨 Styling [0.5.3] #
- Remove blinktest on acquired data (cc5a344) by heyteacher
⚙️ Miscellaneous Tasks [0.5.3] #
[flutter_antplus-0.5.2+8] - 2026-06-19 #
🐛 Bug Fixes [0.5.2] #
- Don't show snackbar for
userCancelledstatus in example (6bcd8e8) by heyteacher
⚙️ Miscellaneous Tasks [0.5.2] #
- Add VS Code
launch.jsonconfiguration (a6f9fd9) by heyteacher - (release) New version 0.5.2+8 which closes (#13) (1a56af9) by heyteacher
[flutter_antplus-0.5.1+7] - 2026-06-19 #
🚜 Refactor [0.5.1] #
- Add prefix
Antplusto data objects and view models (f65cf29) by heyteacher
⚙️ Miscellaneous Tasks [0.5.1] #
[flutter_antplus-0.5.0+6] - 2026-06-18 #
🚀 Features [0.5.0] #
- Cadence (30f13af) by heyteacher
⚙️ Miscellaneous Tasks [0.5.0] #
[flutter_antplus-0.4.1+5] - 2026-06-04 #
🛠️ Build [0.4.1] #
- Bigrates to built-in Kotlin and updates minimum supported SDK version to Flutter 3.44/Dart 3.12 (4bea722) by heyteacher
⚙️ Miscellaneous Tasks [0.4.1] #
[flutter_antplus-0.4.0+4] - 2026-06-04 #
🚀 Features [0.4.0] #
- Power bike (b07e56d) by heyteacher
⚙️ Miscellaneous Tasks [0.4.0] #
[flutter_antplus-0.3.0+3] - 2026-05-29 #
🚀 Features [0.3.0] #
- Implents plugin and pigeons in kotlin and implements even channel (10f77d7) by heyteacher
⚙️ Miscellaneous Tasks [0.3.0] #
[flutter_antplus-0.2.0+2] - 2026-05-29 #
🚀 Features [0.2.0] #
- Replace
method_chanelwithpigeonin java (12f4451) by heyteacher
🐛 Bug Fixes [0.2.0] #
- Invoke
WidgetsFlutterBinding.ensureInitialized()inMethodChannelFlutterAntplusconstuctor before 'setMethodCallHandler' and fix plugin tests (0be066d) by heyteacher
⚙️ Miscellaneous Tasks [0.2.0] #
[flutter_antplus-0.1.0+1] - 2026-05-28 #
🚀 Features [0.1.0] #
- Add
stopScan,connect,disconnectand streamsonScanResultStreamandonHeartRateDataStream(1ee1492) by heyteacher
🎨 Styling [0.1.0] #
- Theme issue corrected + ui enhancements (04b178f) by heyteacher