A free, open-source, Flutter mobile application to find and browse UPnP devices on your network.
Clone this repo with
$ git clone https://github.com/huffSamuel/upnp_explorer.git
then build the APK with
$ flutter build apk
and install it on your device with
$ adb install ./build/app/outputs/flutter-apk/app-release.apk
Based on makeareadme.com