No description
  • Dart 54.8%
  • C++ 20.1%
  • CMake 15.7%
  • Python 5.1%
  • Swift 1.8%
  • Other 2.5%
Find a file
Tobias 8a0918462d feat: add localization support for German language
- Implemented a translation utility class to manage string translations for English and German.
- Added locale provider to manage and persist the selected language using SharedPreferences.
- Created XML files for adaptive launcher icons and added corresponding color resources.
- Added various app icons in different resolutions for iOS.
- Included new assets for the app icon in the iOS project.
2026-05-02 11:33:08 +02:00
.forgejo/workflows init 2026-05-02 00:10:59 +02:00
android feat: add localization support for German language 2026-05-02 11:33:08 +02:00
assets feat: add localization support for German language 2026-05-02 11:33:08 +02:00
build/app/outputs/flutter-apk feat: add localization support for German language 2026-05-02 11:33:08 +02:00
ios feat: add localization support for German language 2026-05-02 11:33:08 +02:00
lib feat: add localization support for German language 2026-05-02 11:33:08 +02:00
linux feat: add localization support for German language 2026-05-02 11:33:08 +02:00
macos feat: add localization support for German language 2026-05-02 11:33:08 +02:00
web init 2026-05-02 00:10:59 +02:00
windows feat: add localization support for German language 2026-05-02 11:33:08 +02:00
.gitignore Update .gitignore to preserve APK structure and add app-release.apk 2026-05-02 00:30:10 +02:00
.metadata init 2026-05-02 00:10:59 +02:00
analysis_options.yaml init 2026-05-02 00:10:59 +02:00
download_images.py init 2026-05-02 00:10:59 +02:00
download_nasa_images.py init 2026-05-02 00:10:59 +02:00
fetch_rest.py init 2026-05-02 00:10:59 +02:00
fetch_wiki.py init 2026-05-02 00:10:59 +02:00
generate_planets.py init 2026-05-02 00:10:59 +02:00
pubspec.lock feat: add localization support for German language 2026-05-02 11:33:08 +02:00
pubspec.yaml feat: add localization support for German language 2026-05-02 11:33:08 +02:00
README.md feat: add localization support for German language 2026-05-02 11:33:08 +02:00

Startime

Startime is a beautiful local tool that calculates your exact age across all the official planets, dwarf planets, and additional celestial bodies in our solar system.

Features

  • Planetary Age Calculator: Calculate how old you are in Earth years, planetary years, and exact Earth days/hours.
  • Works Offline: Retrieves planet databases seamlessly containing information about orbital periods locally.
  • Wikipedia Snippets: Offers local cached short Wikipedia details about each celestial body.
  • Custom Bodies: Add additional custom celestial bodies, e.g. asteroids or comets.
  • Dark/Light Mode: Adjust the UI appearance to your preference.
  • Bilingual: Fully localized in English and German.
  • Customizable: Create people and customize their profiles using their own Avatar or banner color.

Technologies

  • Flutter: Version 3.20+
  • Riverpod: State management logic.
  • Hive: Extremely fast NoSQL local storage.
  • image_picker / flutter_colorpicker: User profile customizations.

Build

flutter pub get
dart run build_runner build -d
flutter build apk