Closed cmaccarone closed 2 months ago
@salim-lachdhaf Here is a potential fix https://github.com/salim-lachdhaf/searchable_dropdown/pull/679
it's not deprecated, your Flutter version is not uptodate that's all ;)
this is mine for example which is higher then your version
[√] Flutter (Channel stable, 3.24.2, on Microsoft Windows [version 10.0.22631.4169], locale fr-FR)
• Flutter version 3.24.2 on channel stable at D:\SDK\Flutter_lastest
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 4cf269e36d (2 weeks ago), 2024-09-03 14:30:00 -0700
• Engine revision a6bd3f1de1
• Dart version 3.5.2
• DevTools version 2.37.2
haha omg thanks
Describe the bug Failed to build iOS app Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/dropdown_search-6.0.0/lib/src/widgets/custom_scroll_view.dart:21:7: Error: No named parameter with the name 'hitTestBehavior'.
Could not build the application for the simulator. Error launching application on iPhone 15 Plus.
To Reproduce Steps to reproduce the behavior: Build the widget with Flutter >= 3.22.2
Flutter Doctor: [✓] Flutter (Channel stable, 3.22.2, on macOS 14.6.1 23G93 darwin-arm64 (Rosetta), locale en-US) • Flutter version 3.22.2 on channel stable at /Users/calebmaccarone/fvm/versions/3.22.2 • Upstream repository https://github.com/flutter/flutter.git • Framework revision 761747bfc5 (4 months ago), 2024-06-05 22:15:13 +0200 • Engine revision edd8546116 • Dart version 3.4.3 • DevTools version 2.34.3
Expected behavior I was not able to build the widget without removing the deprecated hitTestBehavior from the widget.
Screenshots
Desktop (please complete the following information):