Skip to content

deathblade666/flutter_launcher

Repository files navigation

flutter_launcher

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.

Features

Current

  • 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
  • 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.

Build

git clone https://github.com/deathblade666/flutter_launcher

cd flutter_launcher

flutter pub get

Update installed_apps (dep) compilSDK

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

Showcase

Home screen Favorites Settings
alt alt alt

Widgets

Checklist Calendar Notes
alt alt alt

Default Flutter README Stuff

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published