3 ms·
On desktop does flutter have native access to the machine it's running on? Can it talk to printers for example?
by greekrich92 3mo ago
On desktop does flutter have native access to the machine it's running on? Can it talk to printers for example?
- satvikpendem 3mo agoOf course, via FFI. Not sure why one would think it couldn't, it's just a programming language based GUI framework after all.
- Zigurd 3mo agoI have successfully added AppFunctions on Android to a Flutter app. I figure that's about as hairy a platform-specific feature as it gets. So far nothing has interfered with other platform build targets. I look forward to adding Apple's agentic tool calling interface, too.