https://github.com/thomasheller/phonedays
https://github.com/thomasheller/phonedays
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasheller/phonedays
- Owner: thomasheller
- Created: 2020-07-21T06:13:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T17:26:51.000Z (almost 6 years ago)
- Last Synced: 2025-04-07T11:47:28.264Z (about 1 year ago)
- Language: Dart
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phonedays
Mobile app to get a call log by name and total days.
Doesn't count calls shorter than one minute.
Calls before 4am count towards the previous day.
## Prerequisites
- [Flutter](https://flutter.dev/docs/get-started/install/)
- [Android Studio](https://developer.android.com/studio) (for Android SDK)
- Android SDK (easiest: via Android Studio)
## Build and Run
Check prerequisites:
```sh
flutter doctor
```
Attach Android device via USB,
enable USB debugging
and
check if it was detected:
```sh
flutter devices
```
Build app and run on device:
```sh
flutter run
```