Locate the configuration file (usually named app_config.dart or similar within the lib/ directory).
Allows a single codebase to compile into high-performance, native apps for both Android (APK) and iOS (IPA) .
: Your development machine needs a working installation of Flutter and Dart [6].
The app communicates with the main Active eCommerce backend via RESTful APIs. Typical endpoints include: active-ecommerce-delivery-boy-flutter-app.zip
Because Flutter compiles directly to native ARM code, the app performs smoothly, providing snappy transitions and responsive UI elements—crucial for agents rushing between deliveries.
: Delivery boys can accept or request order cancellations [10].
Replace assets/icon/logo.png and update pubspec.yaml to point to new assets. Run flutter clean and rebuild. Locate the configuration file (usually named app_config
The crucial point is that this is a standalone app. It is a specialized add-on that works in conjunction with the Active eCommerce CMS. Think of it as a specialized module that plugs into your existing system to add a new, dedicated delivery service channel. Without the primary CMS already installed and running on your server, this mobile app will not function properly.
Unzip the file and open the project directory in your preferred code editor (e.g., VS Code or Android Studio).
If a customer cancels, or if there is a problem, the delivery boy can submit a cancellation request to the admin. The app communicates with the main Active eCommerce
When you extract this file, you will typically find:
Riders can update order milestones (e.g., Picked Up, On the Way, Delivered) in real time. 2. Earnings and Wallet Tracking