MIF_E31221222/sigap-mobile
vergiLgood1 a2040325dc edit readme 2025-08-05 14:44:38 +07:00
..
.github/instructions first commit 2025-08-05 14:30:36 +07:00
.vscode feat: Add branding and launch images for dark mode support 2025-05-19 00:12:05 +07:00
android first commit 2025-08-05 14:30:36 +07:00
assets Add animation for empty address and implement custom SliverPersistentHeaderDelegate 2025-05-22 09:42:28 +07:00
docs first commit 2025-08-05 14:30:36 +07:00
ios first commit 2025-08-05 14:30:36 +07:00
lib first commit 2025-08-05 14:30:36 +07:00
linux feat(panic-button): add models for events, evidences, incident logs, and sessions 2025-05-16 18:41:16 +07:00
macos feat: Refactor signup process with role selection and update app routes 2025-05-20 00:02:35 +07:00
public/jsons Refactor code structure for improved readability and maintainability 2025-05-23 12:18:34 +07:00
test feat: Update pubspec.yaml with new dependencies and local assets 2025-05-16 15:42:03 +07:00
web Add Flutter app sigap-mobile as regular folder 2025-05-16 06:36:07 +07:00
windows feat(panic-button): add models for events, evidences, incident logs, and sessions 2025-05-16 18:41:16 +07:00
.env first commit 2025-08-05 14:30:36 +07:00
.env.example edit readme 2025-08-05 14:44:38 +07:00
.gitignore Add Flutter app sigap-mobile as regular folder 2025-05-16 06:36:07 +07:00
.metadata Add Flutter app sigap-mobile as regular folder 2025-05-16 06:36:07 +07:00
README.md edit readme 2025-08-05 14:44:38 +07:00
analysis_options.yaml feat: Update pubspec.yaml with new dependencies and local assets 2025-05-16 15:42:03 +07:00
devtools_options.yaml first commit 2025-08-05 14:30:36 +07:00
flutter_native_splash.yaml first commit 2025-08-05 14:30:36 +07:00
pubspec.lock first commit 2025-08-05 14:30:36 +07:00
pubspec.yaml first commit 2025-08-05 14:30:36 +07:00
schema.prisma first commit 2025-08-05 14:30:36 +07:00
supadart.yaml Refactor Supadart model classes for consistency and clarity 2025-05-18 14:42:34 +07:00

README.md

SIGAP Mobile App

This is the mobile application for SIGAP Jember, built with Flutter.

Features

  • User Authentication (Google Sign-In, Local Auth)
  • Real-time data synchronization with Supabase
  • Location-based services (Mapbox, Geolocator, Geocoding)
  • Face Detection (Google ML Kit)
  • Notifications
  • File and Image Picking
  • Direct Phone Calls
  • UI/UX with various Flutter packages (Lottie, Shimmer, Badges, Carousel Slider, etc.)

Technologies Used

  • Flutter: UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
  • Supabase: Open Source Firebase Alternative (Backend as a Service).
  • Google ML Kit: For on-device machine learning capabilities, specifically face detection.
  • Mapbox: For interactive maps and location services.

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/sigap-v.git
    cd sigap-v/sigap-mobile
    
  2. Install Flutter dependencies:
    flutter pub get
    
  3. Create a .env file in the sigap-mobile directory and add your Supabase credentials:
    SUPABASE_URL=YOUR_SUPABASE_URL
    SUPABASE_ANON_KEY=YOUR_SUPABASE_ANON_KEY
    

Running the App

flutter run

Project Structure

lib/
├── app.dart                  # Main application widget
├── main.dart                 # Entry point of the application
├── navigation_menu.dart      # Bottom navigation bar implementation
├── splash_screen.dart        # Splash screen for the app
├── src/                      # Contains core application logic, features, and common widgets
│   ├── features/             # Individual features/modules of the app (e.g., authentication, home, profile)
│   ├── common/               # Common widgets, constants, and utilities
│   └── utils/                # Helper functions and extensions
└── supadart/                 # Supabase related services and models
    ├── database/             # Database interactions and services
    └── models/               # Data models for Supabase tables