Welcome to the Nastasia Food Customer repository! This repository serves as the core application for managing customer-related functionalities within the Nastasia Food ecosystem.
https://api.codemagic.io/apps/6798f170ecde2154e13ed295/6798f170ecde2154e13ed294/status_badge.svg
- Customer Management: Add, edit, and manage customer profiles.
- Order Tracking: Seamlessly track customer orders and history.
- Notifications: Enable personalized notifications for updates and promotions.
- Cross-Platform Support: Built using Dart and Flutter for seamless performance on Android, iOS, and the web.
- Integration Ready: Easily integrates with other services and platforms within the Nastasia Food system.
Before you begin, ensure you have the following installed:
- Flutter SDK (v3.0 or higher)
- Dart (v2.17 or higher)
- A modern code editor, such as Visual Studio Code or Android Studio
-
Clone the repository:
git clone https://github.com/Nastasia-Food/customer.git
-
Navigate to the project directory:
cd customer -
Get Flutter dependencies:
flutter pub get
-
Run the application:
flutter run
The application will run on the connected device or emulator.
customer/
├── lib/ # Main source code
│ ├── models/ # Data models
│ ├── screens/ # UI screens
│ ├── widgets/ # Reusable widgets
│ └── services/ # Backend integration services
├── assets/ # Static assets (images, fonts, etc.)
├── test/ # Unit and widget tests
├── pubspec.yaml # Project dependencies and metadata
└── README.md # Documentation
We welcome contributions to improve this project! Follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push the branch.
- Open a pull request with a detailed description of your changes.
This project is licensed under the MIT License.
For issues or questions, please contact us at support@rechain.network.
Happy coding!