Fork & Fusion Admin is the backend management system for the Fork & Fusion application, providing administrators with tools to manage categories, products, orders, and essential business operations efficiently.
- Product & Category Management: Seamless addition, modification, and deletion of products and categories using Firestore.
- Image Upload & Storage: Store and retrieve images and documents efficiently via Firebase Storage.
- Data Visualization: Interactive graphs and analytics using fl_chart for insightful business metrics.
- PDF Generation & Printing: Create and print qrcode or for the tables with the printing package.
- Secure Data Storage: Protect sensitive admin credentials with flutter_secure_storage.
- QR Code Generation: Generate QR codes for each tabels.
This application utilizes the following key Flutter packages:
| Package | Purpose |
|---|---|
| firebase_core | Core Firebase integration |
| cloud_firestore | Firestore database operations |
| firebase_storage | Image & document storage |
| flutter_bloc | State management using BLoC pattern |
| flutter_secure_storage | Secure storage for sensitive admin data |
| image_picker | Selecting images from the device |
| image_cropper | Cropping and editing selected images |
| printing | PDF generation and printing functionalities |
| qr_flutter | Creating QR codes for various use cases |
| fl_chart | Displaying graphs and charts |
The user-side application of Fork & Fusion can be accessed at: User App Repository







