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.
- Flutter
- Android Studio (for Android SDK)
- Android SDK (easiest: via Android Studio)
Check prerequisites:
flutter doctor
Attach Android device via USB, enable USB debugging and check if it was detected:
flutter devices
Build app and run on device:
flutter run