kvs-coder / health_kit_reporter

A Flutter wrapper for the HealthKitReporter library
https://pub.dev/packages/health_kit_reporter
MIT License
38 stars 38 forks source link

Wrong indicate git revision of 1.0.6? #8

Closed YasufumiMuranaka closed 3 years ago

YasufumiMuranaka commented 3 years ago

Describe the bug Wrong indicate git revision of 1.0.6?

To Reproduce

Screenshots

スクリーンショット 2021-01-17 10 01 38

Your example is No Error.

スクリーンショット 2021-01-17 10 02 14

Additional context

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.5, on macOS 11.1 20C69 darwin-arm, locale ja-JP)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 12.3)
[!] Android Studio (version 4.1)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.52.1)
[✓] Connected device (1 available)

! Doctor found issues in 1 category.
kvs-coder commented 3 years ago

Thank you for your report.

I was able to reproduce the issue. If I try to fetch from the repo providing the version instead of using path, I got errors in main example app... The error is related to changes I made for PrefferedUnit. This was because I made some changes, pushed to the GitHub, but not updated the plugin on pub dev.

Made an update, the actual version is 1.0.7. Please check

YasufumiMuranaka commented 3 years ago

Hi, It was successfully ran by 1.0.7. Thank you for your prompt response.