Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launch-tracker 🚀

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.

Screenshots

Next launch Upcoming Mission details
live countdown hero card status-badged list bottom-sheet details

(add screenshots here after first run)

Features

  • ⏱️ 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

Download

Grab the latest APK from Releases — built automatically by CI on every push. Or build it yourself:

flutter pub get
flutter build apk --release

Tech

  • Flutter 3.x / Dart 3 — Material 3, dynamic_color for 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

Data

All data from Launch Library 2 by The Space Devs — free and community-maintained, consider supporting them. Rocket images © their respective agencies.

License

MIT

About

Beautiful Material You Android app for tracking space launches — live countdowns, mission details, webcast links. Flutter + Launch Library 2.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages