DROPPED
Poshta UA (ПОШТА УА) - A Cargo Company in Ukraine
Summary
We built 3 apps in total, but we had to drop and unpublish them all because of the Ukraine invasion. That’s why I can’t show you any reference for it! But I’ll explain all the process that we had!
Unfortunately, I also can’t provide any screenshots, too, due to privacy restrictions.
My Roles
- Mobile App Developer - [Flutter]
 
Apps
1. App For Customers
Highlighted App Features
- Localization
 - Authentication (Including OTP)
 - Payment Integration
 - Realtime Messaging
 - Push Notifications
 - Search
 - Delivery Tracking
 
Technical Features
- State Management - riverpod
 - Dependency Injection - riverpod
 - Navigation - go_router
 - Localization - Our own implementation
 - Modelling - freezed & json_serializable
 - Realtime Chat - socket_io_client
 - Push Notifications - firebase_messaging
 - Delivery Tracking - OpenStreetMap & socket_io_client
 
2. App For Delivery Guys
Highlighted App Features
- Localization
 - Authentication (with OTP and NFC Support)
 - Push Notifications
 - Search
 - Delivery Tracking
 - Call Users
 - Daily Delivery Route Generation on Map
 - Scan Barcodes
 - Generate Barcodes
 - Send Realtime Metadata to Server
 - Bluetooth Connection with Scanner
 
Technical Features
- State Management - riverpod
 - Dependency Injection - riverpod
 - Navigation - go_router
 - Localization - Our own implementation
 - Modelling - freezed & json_serializable
 - Push Notifications - firebase_messaging
 - Analytics - firebase_analytics & firebase_crashlytics
 - Sending App Information (current location, status, etc.) - web_socket_channel
 - Realtime Tracking - OpenStreetMap & socket_io_client
 - Bluetooth - flutter_bluetooth_serial
 - NFC - nfc_manager
 - Barcode Scanner - flutter_barcode_scanner
 - Generate Barcode - barcode
 - VoIP (Voice over IP) - sip_ua
 - Map - OpenStreetMap
 
3. In-house App For Internal Usage -> Shifts, Announcements, etc.
Technical Features
- Authentication (with OTP and NFC Support)
 - State Management - riverpod
 - Dependency Injection - riverpod
 - Navigation - go_router
 - Localization - Our own implementation
 - Modelling - freezed & json_serializable
 - Push Notifications - firebase_messaging
 - Charts - fl_chart