SliceMaster Pro is a feature-rich Flutter desktop application tailored for efficient pizza shop management. Leveraging Hive for local database management and Cubit for state management, Whether handling routine operations or managing large orders, this tool offers seamless account management, pizza inventory control, secure invoice generation, and export capabilities. Designed with an intuitive, user-friendly interface, SliceMaster Pro ensures a smooth, productive experience for both shop owners and customers, enhancing operational efficiency and customer satisfaction.
Account Management
: Create accounts, securely log in, and log out with ease.Pizza Management
: Fetch, add, remove, and update pizza entries effortlessly.Invoice Generation
: Generate detailed invoices for each transaction, securely stored in the local database.Excel Export
: Save all invoices to an Excel file for easy reporting and management.Intuitive Interface
: A user-friendly interface ensures a smooth experience for both shop owners and customers.
To get started with SliceMaster Pro, follow these steps:
Step 1:
Clone the Repository
First, you'll need to clone the repository from GitHub. Open your terminal and run the following command:
https://github.com/MAHMOUDELSAYED69/SliceMaster-Pro.git
Replace with the actual URL of your repository if it was changed.
Step 2:
Install Dependencies
After navigating to the project directory, you need to install all the necessary dependencies. Run:
flutter pub get
This command fetches all the dependencies listed in the pubspec.yaml
file.
Step 3:
Configure the App
Ensure all necessary configurations are done. This includes adding your assets and setting up environment variables if needed. Verify that your pubspec.yaml
file includes all required assets
and fonts
.
Step 4:
Run the Application
Finally, run the application on your desired device using the following command:
`
flutter run
This command compiles your Flutter app and deploys it to the connected device or simulator.
Additional Tips
Updating Dependencies:
If there are any updates to the dependencies, you can update them using:
flutter pub upgrade --major-versions
Flutter Doctor: Run flutter doctor to ensure that your development environment is set up correctly.
flutter doctor
This command checks your environment and displays a report of the status of your Flutter installation, dependencies, and connected devices.
By following these steps, you'll have the SliceMaster Pro desktop app and running on your device. If you encounter any issues during installation, please refer to the Flutter documentation.
bloc
: State management using the Bloc pattern.flutter_bloc
: Flutter integration for the Bloc state management.
hive:
: Lightweight NoSQL database for Flutter apps.hive_flutter
: Flutter integration for Hive database operations.
excel
: Create, read, and modify Excel files.
file_picker
: Pick files from the device storage.path_provider
: Access commonly used directories on the device.path
: Manipulate file paths in a platform-independent way.
pdf
: Create and manage PDF files.printing
: Print documents and share PDFs.
intl
: Handle date, time formatting, and localization.
flutter_screenutil
: Responsive UI design for multiple screen sizes.flutter_svg
: Render SVG images in your Flutter app.shared_preferences
: Store simple key-value pairs locally.
window_manager
: Manage and customize desktop window behavior.
meta
: Provides annotations for Flutter code.
hive_generator
: Generates type adapters for Hive database.build_runner
: Automates code generation tasks in Flutter.flutter_lints
: Standard lint rules for Flutter projects.flutter_test
: Included in Flutter SDK - Unit and widget testing framework.
Create Account
: Start by registering a new user account.Login
: Use your credentials to log into the app.Add Pizza
: Add new pizza options to the inventory.Update Pizza
: Modify the details or prices of existing pizzas.Remove Pizza
: Remove any outdated or unwanted pizzas.Generate Invoice
: Create invoices after every transaction.View Invoice
: Access the archive to view all stored invoices.Save Invoices to Excel
: Export the invoices to an Excel file for better management.Logout
: Safely log out when done.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, please reach out via email: gcfjxvkj@gmail.com