Unname as of yet, this flutter project is an android launcher. The idea is to have a modern, minimalistic UI without compromising on access to data when you need it. Inspired by KISS and Kvaesitso.
- Search and launch apps via return or tapping on the list item
- Use your preferred search engine from your home screen
- Navigate to a site directly from your home screen
- Set Favorites for quick access (currently up to 4)
- Modular UI, only show the UI elements you need/want
- show/hide bottom widget pull bar
- show/hide favorites
- show/hide system status bar
- Custom Widgets
- Calendar
- Create events
- Modify events
- Checklist
- simple checklist
- Notes
- create quick notes without ever leaving your homescreen
- Calendar
- Custom Widget order
- uninstall apps
- easily access system settings for specific apps
To see planned feature and what is currently working on checkout the Project.
git clone https://github.com/deathblade666/flutter_launcher
cd flutter_launcher
flutter pub get
cd ~/.pub-cache/hosted/pub.dev/installed_apps-1.5.0/android
vim build.gradle
Change compileSDK from 30 to 34 save and exit
cd
to the directory you cloned to.
run flutter build apk
Home screen | Favorites | Settings |
---|---|---|
Checklist | Calendar | Notes |
---|---|---|
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.