AbdulRahmanAlHamali / flutter_typeahead

A TypeAhead widget for Flutter, where you can show suggestions to users as they type
BSD 2-Clause "Simplified" License
831 stars 349 forks source link

[Bug] Project won't build on latest version of Flutter 3.24.0 (due to pointer interceptor issue) #599

Closed roly151 closed 3 months ago

roly151 commented 3 months ago

Steps to reproduce

  1. Try to run a project on Flutter 3.24.0

Expected results

Project should run

Actual results

Project build ends with error: Plugin pointer_interceptor:ios provides an implementation for pointer_interceptor_platform_interface and also references a default implementation for pointer_interceptor_ios, which is currently not supported. Ask the maintainers of pointer_interceptor to either remove the implementation via implements: pointer_interceptor_platform_interface or avoid referencing a default implementation via platforms: ios: default_package: pointer_interceptor_ios.

Package Version

5.2.0

Platform

Android

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]
mtrfnvwork commented 3 months ago

Try to execute the following command: flutter pub upgrade pointer_interceptor

clragon commented 3 months ago

I cannot seem to reproduce this issue. Please follow the advice above and if that doesnt work, notify us. Thanks!