https://github.com/redsolver/skylauncher
An advanced Android Launcher, written in Flutter.
https://github.com/redsolver/skylauncher
Last synced: about 2 months ago
JSON representation
An advanced Android Launcher, written in Flutter.
- Host: GitHub
- URL: https://github.com/redsolver/skylauncher
- Owner: redsolver
- License: eupl-1.2
- Created: 2021-04-20T12:26:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T13:07:05.000Z (about 4 years ago)
- Last Synced: 2025-01-26T11:11:12.146Z (3 months ago)
- Language: Dart
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SkyLauncher
An advanced Android Launcher, written in Flutter.
Currently in beta.
## Features
- App list sorted by last used apps
- Quick search for apps and shortcuts (for example contacts from a messenger app)
- Automatically generated vertical favorites bar with most used apps (starts empty)
- Menu to hide apps, open app info, uninstall the app and view the app in Google Play
- Web search
- Android widgets are supported
- Support for live wallpapers
- Button to pull down the notification bar with ease
- Light and dark mode
- Dimmable background
- Data export which saves a JSON file with all statistics as well as widget structure## Permissions
- `android.permission.INTERNET`: Needed for some built-in widgets, not fully implemented yet
- `android.permission.READ_EXTERNAL_STORAGE` and `android.permission.WRITE_EXTERNAL_STORAGE`: Used for exporting the launcher data / creating a backup
- `net.dinglisch.android.tasker.PERMISSION_RUN_TASKS`: Used for Tasker integration, not fully implemented yet
- `android.permission.REQUEST_DELETE_PACKAGES`: Used when trying to uninstall an app
- `android.permission.BIND_APPWIDGET`: Used for embedding native Android Widgets
- `android.permission.EXPAND_STATUS_BAR`: Needed by the button to pull down the notification shade
- `android.permission.RECEIVE_BOOT_COMPLETED`: Used to start launcher on boot