87 lines
3.3 KiB
YAML
87 lines
3.3 KiB
YAML
Categories:
|
|
- Internet
|
|
- Security
|
|
License: MIT
|
|
SourceCode: https://github.com/sterrenburg/flutterhole
|
|
IssueTracker: https://github.com/sterrenburg/flutterhole/issues
|
|
Changelog: https://github.com/sterrenburg/flutterhole/releases
|
|
|
|
AutoName: FlutterHole
|
|
Description: |-
|
|
FlutterHole is a free third party Android application for interacting with
|
|
your Pi-Hole® server.
|
|
|
|
Features:
|
|
|
|
* '''Quick enable/disable''' - toggle your Pi-hole® from your home screen or a single tap in FlutterHole.
|
|
* '''Multiple configurations''' - Easily switch between every Pi-hole® that you have access to.
|
|
* '''Recently Blocked''' - see a live view of requests that are currently being blocked.
|
|
* '''Summary overview''' - view the amount of queries sent and blocked.
|
|
* '''Dark mode''' - because we can.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/sterrenburg/flutterhole.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 174
|
|
commit: v1.0.0
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@v1.3.2
|
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 1.0.5
|
|
versionCode: 182
|
|
commit: v1.0.5
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@v1.3.2
|
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 1.1.0
|
|
versionCode: 183
|
|
commit: v1.1.0
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@v1.3.2
|
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.1.2-debug
|
|
versionCode: 477
|
|
commit: v2.1.2
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@v1.7.11
|
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: HTTP
|
|
UpdateCheckData: https://raw.githubusercontent.com/sterrenburg/flutterhole/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 2.1.2-debug
|
|
CurrentVersionCode: 477
|