Skip to content

Android and IOS application for creating shopping lists.

License

Notifications You must be signed in to change notification settings

LoicLab/shopping_list

Repository files navigation

shopping_list

Version

Description

Android and IOS application for creating shopping lists.

Prerequisites

Before you can test or run the application, ensure that the following development environment is set up:

  • Flutter 3.24.4 (or a compatible version) - To install Flutter, follow the official documentation.
  • Dart 3.5.4 (installed automatically with Flutter).
  • Android Studio - for opening and running the project on an Android emulator or a physical device.
  • Java Development Kit (JDK) - Flutter requires JDK 11 or higher. Download JDK here.
  • An Android device or emulator for testing the application.

Installation

  1. Clone the repository:
    git clone https://github.com/LoicLab/shopping_list
    cd shopping_list
  2. Install Flutter dependencies:
    flutter pub get
  3. Open the project in Android Studio:
    • Open Android Studio.
    • Select "Open an existing project" and choose the project folder.
    • Android Studio will automatically detect Flutter and Dart.
  4. Set up an Android emulator or connect your Android device.

Running the Application

  1. On an Android device or emulator: In Android Studio, click the "Run" button or use the following command to launch the application:
    flutter run
  2. Debug Mode: To run the app in debug mode and analyze the console output, use the command:
    flutter run --debug

Author

This project was developed by Labas Loïc.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Android and IOS application for creating shopping lists.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages