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 get
Rename the .env.example file to .env and set the environment variables
# before
|--src
|--lib
|--.env.example
...
...
...
|--pubspec.yaml
# after
|--src
|--lib
|--.env
...
...
...
|--pubspec.yaml
flutter run