An e-commerce project to sell products online.
| Login | Home screen | Product Detail Screen |
|---|---|---|
![]() |
![]() |
![]() |
| Cart Screen | Checkout |
|---|---|
![]() |
![]() |
- Clone the repository
git clone https://github.com/RamirezPineda/mobile_belibeli.git- Navigate to the application directory:
cd mobile_belibeli- Install the project dependencies:
flutter pub getRename the .env.example file to .env and set the environment variables
# before
|--src
|--lib
|--.env.example
...
...
...
|--pubspec.yaml
# after
|--src
|--lib
|--.env
...
...
...
|--pubspec.yamlflutter run




