logistics
APK Download Link
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
FlutterLogistics
Screenshots
Splash
Login
Dashboard
Shipments List
Filter Shipments
https://quiz.logistechs.co/api )
APIs ( Base URL:Login: /login POST application/json Request: {"username":"user1", "password":"123456"} Response: {"status":"ok", "token":"....", "msg":""}
List: /list?token={token} GET application/json Response: {"status":"ok","shipments":[{"reference":"AB123456","from":"ABC Company","status":"out_for_delivery","created_at":"09-05-2019","deliver_at":"09-05-2019 11:50:00","location":"26.1582106,50.5056794","price":"BHD 12.000"}]}
Action: /action?token={token} POST application/json Request: {"shipment":"AB123456", "action":"hold|cancel"} Response: {"status":"ok", "msg":"Shipment Updated"}