Custom tile with brightness control and a popup UI.
This app creates a tile in the quick settings so you can customize the brightness and access a slider over your apps. Also with a smooth switch on/off transition.
- Android 13 or higher.
- Camera2 torchStrenght API.
- Only tested on p7p atm.
- Setup flutter environment for your platform
- Clone the repository locally
- Open the project in terminal
- Run
flutter pub get
in terminal - Then
flutter packages pub run build_runner build --delete-conflicting-outputs
(Must be done on each git pull) - To build release APK run
flutter build apk