Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Completion of the test: Incorporating suggested changes #22

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jdanielr17
Copy link

Changes Description

This pull request introduces new features and improvements to the application:

  • New Screens and Widgets: New screens and widgets have been added to enhance the user interface.
  • Integration with Yelp API: The application has been updated to use the latest version of the Yelp API.
  • Implementation of Tests: Unit and widget tests have been added to improve code coverage.

- Set up Flutter project
- Add basic folder structure
- Configure dependencies and plugins
- Replace old Yelp API endpoints with the new ones
- Implement RestaurantProvider class with methods to fetch and manage restaurant data
- Integrate Provider into relevant screens and widgets
- Use ChangeNotifier to notify listeners of data changes
- Introduce HomeScreen with tabs for All Restaurants and My Favorites
- Implement AllRestaurantsTab and MyFavoritesTab widgets
- Create RestaurantCard and ReviewWidget for displaying restaurant information
- Develop RestaurantDetailScreen for detailed view of a restaurant
- Include unit tests for RestaurantProvider to ensure proper data fetching
- Incorporate widget tests for AddressWidget to verify address rendering
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant