Skip to content

amorenew/FlutterLogistics

Repository files navigation

logistics

APK Download Link

Download APK

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

alt text

Login

alt text

Dashboard

alt text

Shipments List

alt text

Filter Shipments

alt text

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"}

About

Flutter Logistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published