kent-williams / hotspot-utility

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Dart 98.9%Language:Kotlin 0.5%Language:Swift 0.5%Language:Objective-C 0.0%