A beautiful, Material You space launch tracker for Android. Live countdowns, upcoming launches worldwide, mission details — powered by the free Launch Library 2 API.
Built with Flutter. Dynamic color (Material You wallpaper theming) on Android 12+, custom "mission control" dark theme everywhere else.
| Next launch | Upcoming | Mission details |
|---|---|---|
| live countdown hero card | status-badged list | bottom-sheet details |
(add screenshots here after first run)
- ⏱️ Live T− countdown — ticks every second, turns amber under 2h
- 🔴 Live webcast badge + Watch live button when a stream is active
- 📋 Upcoming launches with status pills (Go / TBC / Hold)
- 🛰️ Mission details bottom sheet: payload, agency, pad, orbit, T-0
- 🖼️ Official mission images with 16:9 hero cards
- 🎨 Material You dynamic color — follows your wallpaper on Android 12+
- 🌗 Full dark/light support · pull-to-refresh · zero tracking
Grab the latest APK from Releases — built automatically by CI on every push. Or build it yourself:
flutter pub get
flutter build apk --release- Flutter 3.x / Dart 3 — Material 3,
dynamic_colorfor wallpaper theming - Launch Library 2 REST API (free, community-run)
google_fonts(Inter),cached_network_image,url_launcher
Project layout:
lib/
├── main.dart # app entry + Material You theming
├── models/launch.dart # LL2 response models
├── services/api.dart # Launch Library 2 client
├── screens/home_screen.dart
└── widgets/countdown_text.dart
All data from Launch Library 2 by The Space Devs — free and community-maintained, consider supporting them. Rocket images © their respective agencies.
MIT