A tablet-friendly Android and iOS app for reading PDFs while listening to audio, built with Flutter. Inspired by the Story Teller children's magazine series from the 1980s. This app does not contain copyrighted content.
Story Teller was a British children's magazine published fortnightly starting in December 1982. Each issue came with a cover-mounted cassette tape containing professionally narrated readings of the stories, complete with music and sound effects.
The collection included a mix of:
- Traditional folk tales (like "Anansi the Spiderman")
- Classic children's stories (like Gobbolino, the Witch's Cat)
- Contemporary works written for the series (like "Timbertwig")
- Poems and verses
Longer stories were serialized across multiple issues. Pinocchio was the longest serial, spanning seven installments. Other serialized classics included Peter Pan and The Wizard of Oz.
I'm not affiliated with either of these links (I found them via Google).
- Download the MP3s and PDFs to your tablet device.
- Update story_manifest.yaml to match the file locations.
- Save the
story_manifest.yamlin the same folder as the content on your device. - In the app settings, add the
story_manifest.yaml.
- Install Flutter: https://docs.flutter.dev/get-started/install
- Clone this repository
- Run
flutter pub get - Run
flutter run
# Android APK
flutter build apk
# iOS
flutter build ios
# macOS
flutter build macos
