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.
Follow these steps to set up and run the e-commerce app on your local machine:
Please make sure you have Flutter installed on your system. Follow the installation guide at Flutter.dev .
Install an editor like VS Code or Android Studio.
Set up an Android emulator or connect a physical device.
Clone the repository
Navigate to the project directory
Fetch the dependencies by running “flutter pub get”
Run the app on your connected device or emulator by running “flutter run”
Add the Language File: Open the lib/l10n/ directory and add a new .arb file for the desired language.
Define Translations: Inside the new .arb file, add translations for all keys.
Example:
{ “hello”: “Hola”, “welcome”: “Bienvenido” }
Generate Localization: Run the “flutter pub run intl_utils:generate” command in your terminal to regenerate the localization files.
Add LanguageModel: Add a new LanguageModel to the supportedLanguages list in language_model.dart.
Test the New Language: You can change the app’s language to the new language and see the translations in the app by changing it from the settings page.
Download the APK file to explore the full functionality of our application and see it in action:
Download Shopapay APK
If you have any questions or need support, feel free to contact us at [ [email protected] ].
© 2025 Shopapay – Flutter E-commerce Application. All rights reserved.