Search code examples
flutterserviceoperating-system

Accessing OS-Level APIs with Flutter


I was just wondering if Flutter has an interface to access OS-level APIs such as capturing keystrokes and mouse events, user info, screenshot, OS build, taskbar icon, fullscreen, etc.

I am thinking of something like a service application that listens to those events globally in the background even if it if has no focus.

Thanks!


Solution

  • Turned out it is not currently possible with Flutter. I opted to use JavaFX instead.