This document outlines the structure and features of the Masjid Raya Sheikh Zayed mobile application.
lib/
├── main.dart
├── screens/
│ ├── beranda_screen.dart
│ ├── informasi_screen.dart
│ ├── layanan_screen.dart
│ ├── profil_screen.dart
│ └── zis_screen.dart
└── widgets/
└── bottom_nav.dart
- Bottom Navigation Bar: The main navigation is handled by a bottom navigation bar with five tabs: Beranda, Informasi, ZIS, Layanan, and Profil.
- Floating Action Button: A central floating action button provides quick access to the ZIS (Zakat, Infaq, and Sadaqah) screen.
- Beranda: The main landing screen of the application.
- Informasi: Displays information related to the mosque.
- ZIS: Allows users to perform Zakat, Infaq, and Sadaqah transactions.
- Layanan: Provides information about the mosque's services.
- Profil: Displays user profile information.