imtoori / CountryCodePicker

A flutter package for showing a country code selector.
MIT License
223 stars 448 forks source link

Error: Couldn't find constructor 'VelocityTracker' #204

Open apaolino opened 2 years ago

apaolino commented 2 years ago

Hi, thanks for this library. Once I upgraded to flutter 3.0 I get this error during compilation: Error: Couldn't find constructor 'VelocityTracker' coming from modal_bottom_sheet package probably.

jeffosmith commented 2 years ago

Ran into the same thing, include the updated modal_bottom_sheet directly as a work around

modal_bottom_sheet: ^2.0.1