| ▲ | greekrich92 5 hours ago | |
On desktop does flutter have native access to the machine it's running on? Can it talk to printers for example? | ||
| ▲ | Zigurd 2 hours ago | parent | next [-] | |
I 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. | ||
| ▲ | satvikpendem 5 hours ago | parent | prev [-] | |
Of course, via FFI. Not sure why one would think it couldn't, it's just a programming language based GUI framework after all. | ||