istornz / flutter_gaimon

A Flutter plugin to fully support Haptic feedback with custom pattern 📳
MIT License
26 stars 6 forks source link

Complete the documentation on supported iPhones #5

Closed tvrrp closed 1 year ago

tvrrp commented 1 year ago

Using custom vibration patterns is only supported on iPhone 8 and newer devices. Source – Introducing Core Haptics - WWDC19 - Videos - Apple Developer. Timecode – 1:50 Using other vibration types like UISelectionFeedbackGenerator, UINotificationFeedbackGenerator, etc. works since iPhone 7. Source On older iPhones, like 6s, the functionality is not supported at all

SethuSenthil commented 1 year ago

iPhone 6S, iPhone SE, and iPhone 7 have all been discontinued already and did not receive iOS 16, and tomorrow in WWDC we will likely get more devices discounted when the iOS 17 beta comes out. Considering the iPhone 6s came out in 2015, nearly 8 and a half years ago, I think oversight is justified.

tvrrp commented 1 year ago

Developers come to this repository and wonder why the library doesn't work. Because the documentation omits a list of supported devices. Also, all popular apps still support iOS 15.

istornz commented 1 year ago

Thanks for you issue, I updated the documentation 👍