All in one Christian worship and Bible study app featuring English & Hausa Hymns and Bible.
# 🌤 SkyVerse
All-in-One Christian Worship & Bible Study App
English Hymns (SS&S) • Hausa Hymns (Litafin Waƙoƙi) • English Bible • Hausa Bible
---
## đź“– About SkyVerse
**SkyVerse** is a powerful, all-in-one Christian worship and Bible study application built with Flutter.
It combines:
* 🎵 English Hymns (SS&S)
* 🎵 Hausa Hymns (Litafin Waƙoƙi)
* đź“– English Bible
* đź“– Hausa Bible
SkyVerse is designed for believers, churches, Sunday School teachers, and worship leaders who need a reliable, structured, and beautifully organized spiritual companion.
Built for both **Android and iOS**, the app delivers performance, accessibility, and a clean user experience.
---
## ✨ Core Features
### 🎵 Hymns
* English Hymns (SS&S)
* Hausa Hymns (Litafin Waƙoƙi)
* Organized hymn list
* Detailed hymn view
* Fast search by title or number
* Save hymns to favorites
### đź“– Bible
* English Bible
* Hausa Bible
* Structured Book → Chapter → Verse navigation
* Clean verse display
* Cross-reference support
* Adjustable font size
* Save favorite verses
### âš™ Personalization & UX
* Adjustable font size controls
* Favorite management system
* Smooth loading shimmer effect
* Clean theming
* Offline-ready architecture (JSON-based content)
---
## 🏗 Project Architecture
```text
skyverse_app/
├── lib/
│ ├── main.dart
│ ├── app.dart
│
│ ├── models/
│ │ ├── hymn_model.dart
│ │ ├── bible_verse_model.dart
│ │ └── favorite_model.dart
│
│ ├── database/
│ │ ├── database_helper.dart
│ │ ├── hymn_dao.dart
│ │ └── bible_dao.dart
│
│ ├── screens/
│ │ ├── home_screen.dart
│ │ ├── hymn_detail_screen.dart
│ │ ├── bible_screen.dart
│ │ ├── search_screen.dart
│ │ ├── favorites_screen.dart
│ │ └── more_screen.dart
│
│ ├── widgets/
│ │ ├── hymn_list_tile.dart
│ │ ├── verse_display.dart
│ │ ├── cross_reference_button.dart
│ │ ├── font_size_controls.dart
│ │ └── loading_shimmer.dart
│
│ ├── providers/
│ │ ├── settings …