builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
260 stars 263 forks source link

support `timezone: 0.9.0` #437

Closed IVLIVS-III closed 1 year ago

IVLIVS-III commented 1 year ago

Issue description

The timezone dependency is available in version 0.9.0 but cannot be used in projects that depend on device_calendar: 4.2.0 because device_calendar depends on timezone: ^0.8.0. Due to timezone being a 0.x.x version, automatic version solving is treating the change in minor version number as a "breaking change" that is not allowed automatically.

Steps to resolve this issue

vixez commented 1 year ago

I created a fork here meanwhile with a version bump. As I needed it for other packages

  device_calendar:
    git:
      url: https://github.com/vixez/device_calendar.git
      ref: develop
thomassth commented 1 year ago

Give me a PR and I'll push it through

I can't self push without other maintainers' approval, which all seems to be inactive.

IVLIVS-III commented 1 year ago

@thomassth PR has been created, thx for your efforts in keeping this plugin alive.