Tovli / Mazilon

GNU Lesser General Public License v3.0
1 stars 0 forks source link

Build

Mezilon App Documentation

Overview

Mezilon is a Flutter-based mobile application designed to provide mental health support and personal planning tools. The app includes features such as a personal plan, positive traits tracker, journal, emergency contacts, and wellness tools.

Key Components

Main Structure

User Information and App Data

Core Features

  1. Personal Plan

    • schedule2.dart: Displays the user's personal plan.
    • myPlan2.dart: Allows users to view and edit their personal plan details.
  2. Positive Traits

    • positive.dart: Manages the positive traits feature.
    • traitListWidget.dart: Displays a list of positive traits.
  3. Journal

    • journal.dart: Implements the journaling feature.
    • thankYou.dart: Handles the "Thank You" entries in the journal.
  4. Emergency Contacts

    • phone.dart: Manages emergency contact information.
    • EmergencyPhones.dart: Displays emergency phone numbers.
  5. Wellness Tools

    • wellnessTools.dart: Provides access to wellness resources and videos.
    • player.dart: Implements video playback functionality.

Authentication and User Management

Data Synchronization

Utilities and Helpers

Key Features

Technical Details

Setup and Configuration

This documentation provides an overview of the Mezilon app's structure and key components. For detailed implementation specifics, refer to the individual files and comments within the codebase.