Android HID/USB with Flutter and .NET
Flutter is an emerging UI technology by Google. Flutnet brings Flutter and .NET together. It allows you to create a Flutter UI with .NET logic. Device.Net is a cross-platform framework for connected devices that runs on Android, UWP, .NET, and macOS and Linux via a bridge. This sample reads the temperature from a USB thermometer using .NET and the Flutter UI updates. Grab the sample on the develop branch here. The readme explains how to get the sample running. What is Flutter? Flutter is a cross-platform, open-source UI technology that uses the programming language Dart. It is growing in popularity. It mainly targets iOS and Android, but support for web and desktop is in the works. Importantly, Flutter renders its own widgets so that functionality and animations are the same across platforms. It does not use native controls, so the...