/hotspot-utility

Unofficial Helium Hotspot Utility Mobile App for iOS and Android built with Flutter

Primary LanguageObjective-CMIT LicenseMIT

Hotspot Utility

Unofficial Helium Hotspot Utility Mobile App for iOS and Android built with Flutter

iOS - App Store
Android - Play Store

Development Environment

Flutter Getting Started

Generate Protobuf

Windows - Android Studio

  • Download compiled release of protoc here (add bin to path)
  • Clone https://github.com/dart-lang/protobuf
  • run flutter pub pub install inside protobuf/protoc_plugin
  • run pub pub global activate protoc_plugin to 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

Firebase Libraries

There are Firebase services used on the published app, if you do not require the firebase libraries you can simply remove them.