Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

kent-williams/hotspot-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages