Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kent-williams/hotspot-utility
Unofficial Helium Hotspot Utility Mobile App for iOS and Android built with Flutter
https://github.com/kent-williams/hotspot-utility
Last synced: about 1 month ago
JSON representation
Unofficial Helium Hotspot Utility Mobile App for iOS and Android built with Flutter
- Host: GitHub
- URL: https://github.com/kent-williams/hotspot-utility
- Owner: kent-williams
- License: mit
- Archived: true
- Created: 2020-08-12T03:58:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T04:42:10.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:15:26.499Z (5 months ago)
- Language: Dart
- Homepage:
- Size: 662 KB
- Stars: 59
- Watchers: 19
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-helium - Unofficial Hotspot Utility - Unofficial Android/iPhone Hotspot Utility (Software / Mobile Apps)
README
# Hotspot Utility
Unofficial Helium Hotspot Utility Mobile App for iOS and Android built with Flutter
[iOS - App Store](https://apps.apple.com/us/app/helium-hotspot-utility/id1527367455)
[Android - Play Store](https://play.google.com/store/apps/details?id=com.kentwilliams.hotspotutility)## Development Environment
[Flutter Getting Started](https://flutter.dev/docs/get-started/install)
## Generate Protobuf
### Windows - Android Studio
* Download compiled release of protoc [here](https://github.com/protocolbuffers/protobuf/releases) (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.