Android and IOS application for creating shopping lists.
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.
- Clone the repository:
git clone https://github.com/LoicLab/shopping_list cd shopping_list - Install Flutter dependencies:
flutter pub get
- 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.
- Set up an Android emulator or connect your Android device.
- On an Android device or emulator: In Android Studio, click the "Run" button or use the following command to launch the application:
flutter run
- Debug Mode: To run the app in debug mode and analyze the console output, use the command:
flutter run --debug
This project was developed by Labas Loïc.
This project is licensed under the MIT License - see the LICENSE file for details.