CountryCodePicker icon indicating copy to clipboard operation
CountryCodePicker copied to clipboard

Error: Couldn't find constructor 'VelocityTracker'

Open apaolino opened this issue 2 years ago • 1 comments

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.

apaolino avatar May 29 '22 15:05 apaolino

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

modal_bottom_sheet: ^2.0.1

jeffosmith avatar Jul 12 '22 10:07 jeffosmith