An electronic online shop. This app uses the backend from the website Laravel Byte Store.
This project was developed during my participation in the Flutter Intensive Club Batch 12 by Jagoflutter. Byte Store is an online shop mobile application equipped with capabilities commonly found in e-commerce platforms. It includes features such as order products, making payments through virtual accounts, and tracking package delivery progress.
A few of the things you can do with this apps:
- Order multiple products using the cart.
- Make payments via a virtual account.
- Add user addresses.
- Check delivery prices.
- Track ongoing orders.
- Implement Firebase push notifications.
- Log in to the account using Laravel Fortify authentication.
- Clone this project.
git clone https://github.com/munovrizall/bytestore_flutter_jagoflutter.git
-
Open byte_store\lib\core\constants\variables.dart and edit 'baseUrl' to use your ip address.
-
Start Laragon or XAMPP.
-
Clone the backend website, and follow the setup steps, until the website is served.
git clone https://github.com/munovrizall/bytestore_laravel_jagoflutter.git
- Run this app.
flutter run
- You are ready to go!
Thanks to Jagoflutter for the guidance and the knowledge.