Floating bubble overlay for Android — quick clipboard search and copy.
- System-wide bubble that stays visible above other apps after minimizing
- Drag anywhere with position persistence across reboots
- Single-tap popup with Search (Google) and Copy actions
- Material 3 with light and dark theme support
- Android 10–15, handles permissions and battery optimization across manufacturers
| Permission | Purpose |
|---|---|
SYSTEM_ALERT_WINDOW |
Draw bubble above other apps |
POST_NOTIFICATIONS |
Foreground service (Android 13+) |
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS |
Prevent OS from killing the service |
flutter pub get
flutter build apk --debug # or --release- Open the app and grant the Display Overlay permission.
- Grant Notifications if prompted (Android 13+).
- Toggle Enable Bubble and minimize the app.
- Tap the bubble → Search / Copy. Drag to reposition.
MIT