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

Update dependencies #17

Closed nohli closed 3 years ago

nohli commented 3 years ago

Status

READY

Migrations

NO

Description

Since many packages depend on intl ^0.17.0 and this package depends on a lower version, users need to put

dependency_overrides:
  intl: ^0.17.0

in pubspec.yaml. This PR solves that issue.

(the other updates are just a bonus and do of course work with the latest flutter stable version)

kvs-coder commented 3 years ago

Thank you for your PR :)