Skip to content

Ride | Service | Delivery Management app made in Flutter, Parse, Back4App MongoDB framework

License

Notifications You must be signed in to change notification settings

AmitXShukla/Delivery

Repository files navigation

Delivery Management App

A free download to build a complete Truck/Services/delivery ride app in Flutter and Parse Framework (Back4app/MongoDB)

upgraded to DART 3.4 & Flutter 3.22

Connect

Demo Page

App Image

Pro UI

Installation

App Image

Sign up at back4app.com and copy your keys into main.dart

stateDiagram-v2
        direction LRstateDiagram-v2
        [*] --> signup
        signup --> email
        signup --> social
        email --> login
        social --> login
        login --> Settings
        dark_Mode --> Settings
        multi_Lang --> Settings
        reset_Password --> Settings
        update_PhoneAddressEmail --> Settings
        login --> Provider
        login --> Rider
        Rider --> Book
        Book --> Bid
        Offer --> Bid
        Bid --> Messages
        Settings --> Messages
        Messages --> Settings
        Provider --> Offer
        Settings --> [*]
        
%% Define classes for coloring
    classDef red fill:#ff8,stroke:#333,stroke-width:2px;
    classDef green fill:#8fa,stroke:#333,stroke-width:2px;
    classDef blue fill:#8af,stroke:#333,stroke-width:2px;
    classDef orange fill:#f92,stroke:#333,stroke-width:2px;
    classDef yellow fill:#56f,stroke:#333,stroke-width:2px;
    classDef brown fill:#fe3,stroke:#333,stroke-width:2px;
    classDef neil fill:#1ff,stroke:#333,stroke-width:2px;

    %% Apply classes to states
    class signup green
    class email green
    class social green
    class login blue
    class Rider orange
    class Book orange
    class Rider orange
    class Provider orange
    class Offer orange
    class Bid brown
    class dark_Mode neil
    class multi_Lang neil
    class reset_Password neil
    class update_PhoneAddressEmail neil
    class Settings brown
    class Messages green
    
Loading

Features

  • Flutter, Parse Framework back-end (Back4App / MongoDB)
  • Multilingual
  • Dark and Light Theme
  • Driver and Customer
  • Bid based interface
  • Image/File uploads
  • Role based Architecture
  • App Message / Notification feature
  • email login verification

Pro Features

  • search nearby drivers
  • discounted rides
  • food, service and other deliveries
  • Advertise with us
  • live maps
  • live push notifications
  • blue badge drivers
  • advance cloud code functions based security

License Agreement

License Information

Privacy Policy

Privacy Policy

About

Ride | Service | Delivery Management app made in Flutter, Parse, Back4App MongoDB framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published