This project is an e-commerce application developed with Flutter and Firebase. It uses Provider for state management and Flutterwave for payments.
- User authentication (sign up, login, password reset)
- Product display
- Add products to cart
- Online payment with Flutterwave
- Order management
- Clone the repository
git clone https://github.com/clichymercury/vidalossa.git
- Navigate to the project directory
cd vidalossa
- Install the dependencies
flutter pub get
- Set up Firebase following the instructions on the Firebase website.
- Set up Flutterwave for online payments.
- Add the necessary configuration files (
google-services.json
for Android andGoogleService-Info.plist
for iOS).
- Run the application
flutter run
- Flutter
- Firebase
- Provider
- Flutterwave
This project is licensed under the MIT License. See the LICENSE file for more details.