codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

Upgrade dependencies #37

Closed fernando-s97 closed 2 years ago

fernando-s97 commented 2 years ago

Probably fix #30, #32, #35 and #36

dawpoed commented 2 years ago

When do you plan on getting this change released? I have the same problem as #30

fernando-s97 commented 2 years ago

@dawpoed For the time being, I'm using the master branch in my project

dependency_overrides:
  flutter_material_pickers:
    git:
      url: git@github.com:codegrue/flutter_material_pickers.git
dawpoed commented 2 years ago

oh thanks, I didn't know that was possible!