Chris1234567899 / flutter_time_range_picker

A time range picker for Flutter
Other
33 stars 52 forks source link

Compatibility with Flutter 3.22 #54

Closed mauriziopinotti closed 4 months ago

mauriziopinotti commented 4 months ago

This PR adds compatibility with Flutter 3.22 and removes a lot of deprecated code, especially for Material theme.

While we're waiting, I published a fork with the change:

dependency_overrides:
  # Waiting for https://github.com/Chris1234567899/flutter_time_range_picker/pull/54
  time_range_picker:
    git: https://github.com/easyhour/flutter_time_range_picker.git
martinpelli commented 4 months ago

@Chris1234567899 is this repo abandoned?

timonaldenhoff commented 4 months ago

@Chris1234567899 please merge this request.

mauriziopinotti commented 4 months ago

While we're waiting, you can use my fork:

dependency_overrides:
  # Waiting for https://github.com/Chris1234567899/flutter_time_range_picker/pull/54
  time_range_picker:
    git: https://github.com/easyhour/flutter_time_range_picker.git