flutter-settings-ui
flutter-settings-ui copied to clipboard
SettingsTile.navigation Chevron missing
On iOS 17.0 and settings_ui v2.0.2, the chevron icon seems to be missing. I can add my own with by specifying a trailing icon, but then the value disappears.
Flutter Doctor: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.16.4, on macOS 14.1.1 23B81 darwin-arm64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.0) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.1) [✓] VS Code (version 1.85.1) [✓] Connected device (4 available) [✓] Network resources
• No issues found!
Is it maybe related to this issue: https://github.com/yako-dev/flutter-settings-ui/issues/161 ?