This project was created out of a simple need: to easily view the Daily Quiet Time (QT) content provided by Duranno without having to manually navigate to their webpage.
When the app is launched, it automatically crawls the daily QT page to display the main Bible verse and theme for the day.
- Developed for Android.
- There are no current plans for an iOS implementation.
As of July 1, 2025, there have been changes to the structure of the Duranno webpage content. Consequently, the app can no longer retrieve the full QT devotional content.
However, the core functionality of crawling the daily Bible verse is still working correctly.
To build and run this application, you will need the following development environment:
- Android Studio
- Flutter Plugin for Android Studio
Follow these steps to set up and run the application locally on an Android device:
You have two options for getting the source code:
-
Clone the Repository:
git clone https://github.com/FriedGD/Quick-QT
-
New Flutter Project: Create a new Flutter project in Android Studio and replace the files with the contents of this repository.
Use Android Studio to build the Flutter project.
Once the build is complete, download and install the compiled application onto your Android phone to start using it.