A mobile application for Ofelia Franco-Alcala Pharmacy
| .vscode | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| windows | ||
| .fvmrc | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| flutter_launcher_icons.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
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
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
- Clone this repository to your local machine.
git clone https://github.com/yourusername/pharmacy_mobile.git - Navigate to the project directory.
cd pharmacy_mobile - Install dependencies.
flutter pub get - Run the application on a simulator or device.
flutter run
Contributing
Contributions are welcome! Please follow these steps:
- Fork this repository.
- Create a new branch (
feature/your-feature). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push the branch to your forked repository (
git push origin feature/your-feature). - Open a pull request in the original repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.