Skip to content

BUG: Fix Therapist app bugs on startup #75

@xkaper001

Description

@xkaper001

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

📌 Issue Overview

Currently the therapist app contains many bugs:-

  • Two splash screens reference in the app (causes breaking).
  • main.dart has two refernces of splash screen which fails the build.
  • the pubspec.yaml file doesn't contain flutter_dotenv but the app uses this package.
  • intl package dependency issues.
  • multiple session folders in lib/presentation
  • multiple widgets folders in lib/presentation
  • splash_screen.dart missed a }, failing the build.

🔍 Steps to Reproduce

  1. Clone the repo (latest code).
  2. flutter pub get in therapist app.
  3. Observer pubspec.yaml issues.
  4. After fixing those, run the app.
  5. Observe issues.

🎯 Expected Behavior

The app should run smoothly error free when cloned directly from the main branch.

🚨 Actual Behavior

The app breaks on run.

💡 Suggested Improvements

Fix all the issues

Record

  • I agree to follow this project's Code of Conduct
  • I want to work on this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions