8000 GitHub - wuffeel/mint: Mint mobile application for patients
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wuffeel/mint

Repository files navigation

About the project

Mint - Online consultations with psychologists

This is a mobile application for patients. It is a platform to book consultations and chat with psychologists.

Features

  • Clean Architecture
  • Online doctors list
  • Favorite doctors
  • Book consultations
  • Payment for booking
  • Chat with doctors
  • Notifications about consultations and chat messages

Built With

  • Flutter - Cross platform framework to build applications with single codebase
  • Firebase - Backend as a service. Used for authentication, database, storage, notifications and Cloud Functions backend.
  • Flutter Bloc - State management library
  • GetIt & Injectable - Dependency injection
  • Stripe - Payment processing

Getting Started

Download the Project

Download or clone the full project repository by using link below:

https://github.com/wuffeel/mint_app

Build & Run

Resolve Flutter dependencies:

flutter pub get

Run the app with different flavors:

  • development: flutter run -t lib/main_development.dart --flavor development
  • production: flutter run -t lib/main_production.dart --flavor production
  • staging:flutter run -t lib/main_staging.dart --flavor staging

Firebase

Project built with development, production and staging flavors.

To setup Firebase project, update

  • google-services.json under

    • android/app/src/main
    • android/app/src/development
    • android/app/src/staging
  • GoogleService-Info.plist under

    • ios/config/production
    • ios/config/development
    • ios/config/staging

About

Mint mobile application for patients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0