aliyigitbireroglu / flutter-peek-and-pop

Peek & Pop implementation for Flutter based on the iOS functionality of the same name.
MIT License
238 stars 20 forks source link

Apple Pencil Peek & Pop #2

Open Solido opened 5 years ago

Solido commented 5 years ago

Peek & Pop for Apple Pencil depends on https://github.com/flutter/flutter/issues/38135

aliyigitbireroglu commented 5 years ago

Does the Apple Pencil return any pressure data to Flutter?

Solido commented 5 years ago

Currently not but the hardware is doing that much more precisely than force touch. That's why I opened this because soon we won't have this anymore and pencil will be our only way to work with pressure.

Bug are triaged by like count ! so if you can share the word and like it a lot So we won't have to wait a year to get it to work ;)

aliyigitbireroglu commented 5 years ago

Sure! I will also see if I can develop a plugin for this purpose. However, I will need your assistance with testing as I don't have an Apple Pencil 😃

kmlrsrch commented 4 years ago

Did you make any progress on this issue? I am thinking about switching to flutter, but since my app is on iPad and apple pencil support is a must for me, I am not sure if I can...

aliyigitbireroglu commented 4 years ago

As I don't have an Apple Pencil, this is slightly difficult for me to develop at this moment.