Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulawalarif/order_status
Order Status for e-commerce app with flutter and dart
https://github.com/abdulawalarif/order_status
android app boilarplate dart flutter flutter-examples ios mobile
Last synced: 25 days ago
JSON representation
Order Status for e-commerce app with flutter and dart
- Host: GitHub
- URL: https://github.com/abdulawalarif/order_status
- Owner: abdulawalarif
- License: mit
- Created: 2024-11-09T09:26:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T07:07:49.000Z (about 1 month ago)
- Last Synced: 2025-01-14T07:40:44.099Z (about 1 month ago)
- Topics: android, app, boilarplate, dart, flutter, flutter-examples, ios, mobile
- Language: C++
- Homepage: https://youtube.com/shorts/Pl9P6SIJJb8?feature=share
- Size: 590 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E-commece order status with Flutter dart
## Interactive Order Status tracking## Features
* **Checking order's from user's app:**
* **Dynamic Delivery Confirmation:**
* **Customizable UI Elements:**## File stracture
├── lib
├── main.dart
├── order_status.dart
├── order_status_card.dart
├── order_model.dart
- main.dart: Contains the OrderStatusApp root widget and main function to run the app.
- order_status_card.dart: Defines the main structure of the order tracking card, including progress steps and the confirm delivery button.
- order_status.dart: Manages individual step details, including title, timestamp, and status indicators.
## Run Locally
Clone the project
```bash
git clone https://github.com/abdulawalarif/order_status.git
```Go to the project directory
```bash
cd order_status
```Install dependencies
```bash
flutter pub get
```Connect a physical device or start a virtual device on your machine
```bash
flutter run
```## Customization Tips
- Update Order States: Add or remove order stages by modifying the OrderStatusCard widget, creating custom stages as needed.
- Asset Customization: Replace the example image in assets/order.png to fit your own design.
- Button Styling: Customize the 'Confirm Delivery' button's appearance and functionality in order_status_card.dart to better match your requirements.## Reporting Bugs or Requesting Features?
If you found an issue or would like to submit an improvement to this project,
please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!
## Author- [@abdulawalarif](https://github.com/abdulawalarif)
## License[MIT](https://choosealicense.com/licenses/mit/)