Frontend application for a digital parcel management platform
Built with Flutter - Connects to the PostBox Golang API
This repository contains the frontend application for the PostBox platform, a digital solution for automated parcel management inspired by InPost's locker systems. The app is built with Flutter and provides a user-friendly interface for interacting with the PostBox Golang API, enabling users to manage parcels, track deliveries, and handle their profiles.
- Authentication:
- JWT-based registration and login
- Email verification for account activation
- Contact Details:
- Update phone number and email
- Manage multiple contact addresses
- Address Book:
- Add, edit, or delete delivery addresses
- Package Tracking:
- Real-time package location updates
- Shipment Analytics:
- Historical shipment data
Layer | Technology Stack |
---|---|
Frontend | Flutter (Dart >=2.17.0 <3.0.0, Flutter >=3.0.0) |
State Management | BLoC Pattern |
Backend | PostBox Golang API |