AbdulRahmanAlHamali/flutter_typeahead

Update pointer_interceptor dependency

dnkoulouris opened this issue · 1 comments

Steps to reproduce

update package to the latest version

Expected results

pub get should succeed

Actual results

pub get fails with message: Because flutter_typeahead 5.0.1 depends on pointer_interceptor ^0.9.3+6 and no versions of flutter_typeahead match >5.0.1 <6.0.0, flutter_typeahead ^5.0.1 requires pointer_interceptor ^0.9.3+6.
So, because XXX depends on both flutter_typeahead ^5.0.1 and pointer_interceptor ^0.10.0, version solving failed.

Package Version

^5.0.1

Platform

Android, iOS, Web

Code sample

Code sample ```dart [Paste your code here] ```

Logs

Logs ```console [Paste your logs here] ```

Screenshots or Video

Screenshots / Video demonstration [Upload media here]

I've created a pull request for this issue, waiting to be approved.
For now, you can update your pubspec.yaml to use my fork:

flutter_typeahead: #^5.0.1
  git:
    url: https://github.com/MonsieurZbanowanYY/flutter_typeahead.git