A free and open source life tracking app.
Based on the Your Life in Weeks post by Tim Urban, from Wait But Why.
YLIW supports Linux, Windows, MacOS, Web, iOS and Android.
Download *-android-all.apk file from latest release the releases section.
- Download the latest .ipa file from the releases section
- use AltStore to install YLIW in ios.
Download the latest .msi file from the releases section.
- Download the *-macos-x64.zip from the latest release the releases section
- Extract the file.
- Drag and drop the extracted app file to applications folder in finder.
Download the latest deb release from the releases section.
Download the latest web.zip file from the releases section.
- YLIW-web deployed in GitHub pages. You can check out YLIW here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You can install Flutter & Dart from Official website
- Dart sdk
- Flutter - Channel Stable
- Clone the repository:
$ git clone https://github.com/DattatreyaReddy/yliw.git
$ cd yliw/
- You can install all dependencies by running this command in terminal:
$ flutter pub get
- Now enter the following command to start debugging the app:
$ flutter run
- Localization generator
$ flutter gen-l10n
- Pull-Request Suggestion
- Install GitHooks after cloning the repo using
git config --local core.hooksPath .githooks
- Install GitHooks after cloning the repo using
- Raise issue in github
-
Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
-
Flutter Riverpod - A simple way to access state while robust and testable.
Find other dependencies in pubspec.yaml
-
The
YLIW
project is developed by @DattatreyaReddy and contributors. -
Based on the Your Life in Weeks post by Tim Urban, from Wait But Why.
You can obtain a copy of Mozilla Public License v2.0
from https://mozilla.org/MPL/2.0/
Copyright (c) 2024 Panta Dattatreya Reddy
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.