upvote
On desktop does flutter have native access to the machine it's running on? Can it talk to printers for example?
reply
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.
reply
Of course, via FFI. Not sure why one would think it couldn't, it's just a programming language based GUI framework after all.
reply