Shopapay is a comprehensive e-commerce application built with Flutter. It provides a seamless shopping experience for users, enabling them to browse products, add items to their cart, and make secure purchases. The app also includes features for managing orders, tracking deliveries, and user authentication.
Below are screenshots showcasing the various screens and features of the Shopapay application:
Follow these steps to set up and run the e-commerce app on your local machine:
flutter pub get
flutter run
lib/l10n/ directory and add a new .arb file for the desired language.intl_en.arb (for English)intl_ar.arb (for Arabic)
{
"hello": "Hola",
"welcome": "Bienvenido"
}
flutter pub run intl_utils:generate command in your terminal to regenerate the localization files.
language_model.dart.
Shopapay uses the following color scheme throughout the application: