A mobile application for Ofelia Franco-Alcala Pharmacy
Find a file
2025-03-27 17:11:13 +08:00
.vscode change launch.json 2025-03-19 17:53:07 +08:00
android change settings link 2025-03-25 17:52:22 +08:00
assets update on settings and customer background 2025-03-26 14:41:48 +08:00
ios update 2025-02-25 17:48:49 +08:00
lib changed to darker indicator 2025-03-27 17:11:13 +08:00
linux update 2025-02-10 17:02:37 +08:00
macos update 2025-02-20 17:20:01 +08:00
test initial commit 2025-01-20 16:20:36 +08:00
web update 2025-02-20 17:20:01 +08:00
windows update 2025-02-25 15:18:41 +08:00
.fvmrc update 2025-03-19 10:44:41 +08:00
.gitignore update 2025-03-12 18:09:04 +08:00
.metadata update 2025-02-10 09:51:04 +08:00
analysis_options.yaml initial commit 2025-01-20 16:20:36 +08:00
devtools_options.yaml update 2025-02-20 17:20:01 +08:00
flutter_launcher_icons.yaml update 2025-02-19 16:03:45 +08:00
pubspec.lock update on settings 2025-03-26 11:46:06 +08:00
pubspec.yaml update on settings and customer background 2025-03-26 14:41:48 +08:00
README.md update 2025-02-19 13:45:41 +08:00

Pharmacy Mobile App

The Pharmacy Mobile App is a Flutter application designed to provide a seamless experience for customers interacting with a pharmacy service. This app includes features such as buying medicine, viewing menus, managing cart items, and accessing user profiles.

Table of Contents

  1. Features
  2. Prerequisites
  3. Getting Started
  4. Contributing
  5. License

Features

  • Login/Logout: Customers can sign in and out of the app.
  • Menu View: Access a menu with various medicine options.
  • Cart Management: Add items to a cart and proceed to checkout.
  • Profile Management: Update user profiles and manage personal information.

Prerequisites

Before running the project, ensure you have the following installed:

Getting Started

  1. Clone this repository to your local machine.
    git clone https://github.com/yourusername/pharmacy_mobile.git
    
  2. Navigate to the project directory.
    cd pharmacy_mobile
    
  3. Install dependencies.
    flutter pub get
    
  4. Run the application on a simulator or device.
    flutter run
    

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork this repository.
  2. Create a new branch (feature/your-feature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push the branch to your forked repository (git push origin feature/your-feature).
  5. Open a pull request in the original repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.