Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.04 KB

File metadata and controls

35 lines (26 loc) · 1.04 KB

Blueprint

Overview

This document outlines the structure and features of the Masjid Raya Sheikh Zayed mobile application.

Project Structure

lib/
├── main.dart
├── screens/
│   ├── beranda_screen.dart
│   ├── informasi_screen.dart
│   ├── layanan_screen.dart
│   ├── profil_screen.dart
│   └── zis_screen.dart
└── widgets/
    └── bottom_nav.dart

Features

Navigation

  • 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.

Screens

  • 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.