0

I'm trying to develop a flutter desktop app which automatically tracks how we spend time on our devices. How can I listen all global key press events from my app running in the background?

Tom
  • 478
  • 1
  • 6
  • 17

1 Answers1

0

I guess you should create like a service for it, you can try some lib in C with ffi or run a process like a python or java program.

roipeker
  • 1,183
  • 9
  • 9