Recipes application allows you to find recipes according to your taste, diet program and many features.
- Flutter 3.7.9
- Dart 2.19.6
- Download this project from GitHub.
- Open console and navigate to project folder:
cd recipes - Run the following command to make sure the requirements are installed:
flutter doctor -v - Connect your device to your computer via USB cable or Wi-Fi or use an emulator.
- Start the application by running the following command:
flutter run --release - The application will open on the device or emulator of your choice.