FlutterToast icon indicating copy to clipboard operation
FlutterToast copied to clipboard

fluttertoast causing iOS simulator scroll too fast on Apple Silicon processors

Open Stardusted1 opened this issue 3 years ago • 3 comments
trafficstars

Steps to reproduce:

  1. Add fluttertoast: ^8.0.9 to your pubspec
  2. Run flutter pub get
  3. 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)

Stardusted1 avatar May 02 '22 19:05 Stardusted1

I have same issue!

gadfil avatar Jun 09 '22 14:06 gadfil

any update on this?

ariefwijaya avatar Jul 03 '22 19:07 ariefwijaya

I think I have found a fix for it. I have created a pull request for the fix. :-)

dg76 avatar Sep 15 '22 14:09 dg76