icemanbsi / flutter_time_picker_spinner

A Flutter widget to set time with spinner instead of material time picker
Other
40 stars 70 forks source link

Doesn't work well on iOS #14

Open sc00n opened 3 years ago

sc00n commented 3 years ago

The visualisation is very weird on my iOS and gets stuck all the time. On Android it seems to work fine.

I used latest version of flutter_time_picker_spinner (1.0.6+1)

flutter doctor -v

✓] Flutter (Channel stable, 1.22.4, on macOS 11.0.1 20B29 darwin-x64, locale en-BE) • Flutter version 1.22.4 at /Users/app/flutter • Framework revision 1aafb3a8b9 (10 days ago), 2020-11-13 09:59:28 -0800 • Engine revision 2c956a31c0 • Dart version 2.10.4

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) • Android SDK at /Users/merijnmestdagh/Library/Android/sdk • Platform android-29, build-tools 29.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 12.2, Build version 12B45b • CocoaPods version 1.9.3

[!] Android Studio (version 4.1) • Android Studio at /Applications/Android Studio.app/Contents ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] Connected device (1 available) • Merijn’s iPhone (mobile) • 00008020-0009601E1199002E • ios • iOS 13.4.1

adjagers commented 3 years ago

Same problem here it's getting stuck all the time and the scrolling isn't going smooth. Is there a way to fix this?