FlutterToast
FlutterToast copied to clipboard
fluttertoast causing iOS simulator scroll too fast on Apple Silicon processors
trafficstars
Steps to reproduce:
- Add
fluttertoast: ^8.0.9to your pubspec - Run
flutter pub get - Run your app in debug mode in iOS Simulator
Now every list with BouncingScrollPhysics will get super scroll force.
I found two solutions:
- Remove fluttertoast from pubspec
- Run simulator under Rosetta
Used Apple Mac M1 and iOS 15.4 simulators
Flutter doctor
[✓] Flutter (Channel stable, 2.10.3, on macOS 12.3.1 21E258 darwin-arm, locale ru-UA) [✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) [✓] Xcode - develop for iOS and macOS (Xcode 13.3.1) [✓] Chrome - develop for the web [✓] Android Studio [✓] VS Code (version 1.66.2)
I have same issue!
any update on this?
I think I have found a fix for it. I have created a pull request for the fix. :-)