Unofficial Helium Hotspot Utility Mobile App for iOS and Android built with Flutter
iOS - App Store
Android - Play Store
- Download compiled release of protoc here (add bin to path)
- Clone https://github.com/dart-lang/protobuf
- run
flutter pub pub installinside protobuf/protoc_plugin - run
pub pub global activate protoc_pluginto get .dart files into C:\Users{User}\AppData\Roaming\Pub\Cache\bin (move files from here to protoc bin dir) - Install dart-sdk
choco install dart-sdk - cd protos
- run
protoc --dart_out=..\lib\gen .\hotspotutility.proto - run
protoc --objc_out=..\ios\gen .\hotspotutility.proto
There are Firebase services used on the published app, if you do not require the firebase libraries you can simply remove them.