No description
- Dart 54.8%
- C++ 20.1%
- CMake 15.7%
- Python 5.1%
- Swift 1.8%
- Other 2.5%
- 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. |
||
|---|---|---|
| .forgejo/workflows | ||
| android | ||
| assets | ||
| build/app/outputs/flutter-apk | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| download_images.py | ||
| download_nasa_images.py | ||
| fetch_rest.py | ||
| fetch_wiki.py | ||
| generate_planets.py | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
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