https://github.com/crayyyyyy/meal_recipes
Minimalistic Flutter app for browsing meal recipes
https://github.com/crayyyyyy/meal_recipes
api meals minimalistic recipes
Last synced: 8 months ago
JSON representation
Minimalistic Flutter app for browsing meal recipes
- Host: GitHub
- URL: https://github.com/crayyyyyy/meal_recipes
- Owner: Crayyyyyy
- Created: 2025-02-03T15:21:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T23:20:47.000Z (9 months ago)
- Last Synced: 2025-02-03T23:23:38.397Z (9 months ago)
- Topics: api, meals, minimalistic, recipes
- Language: Dart
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
# Meal Recipes Application
This application is designed to help users discover and manage meal recipes. It leverages the Flutter framework to provide a seamless and responsive user experience across both iOS and Android platforms.
## Techniques and Packages Used
- **State Management**: The application uses the `provider` package for efficient state management.
- **Networking**: The `http` package is utilized to fetch data from external APIs.
- **Local Storage**: The `shared_preferences` package is used to store user preferences and favorite recipes locally.
- **Navigation**: The `flutter_navigation` package is implemented for smooth and intuitive navigation between different screens.
- **UI Components**: Custom widgets and the `flutter_svg` package are used to create a visually appealing interface.## Functionalities Implemented
- **Recipe Search**: Users can search for recipes by ingredients or recipe names.
- **Recipe Details**: Detailed information about each recipe, including ingredients, steps, and nutritional information.
- **Favorites**: Users can save their favorite recipes for quick access.
- **Categories**: Recipes are categorized for easy browsing.
- **User Preferences**: Users can set dietary preferences and restrictions to filter recipes accordingly.This application aims to make meal planning and cooking easier and more enjoyable for users by providing a comprehensive and user-friendly platform.