This repository was archived by the owner on Aug 9, 2024. It is now read-only.
Coding challenge - Edgardo Zuniga#30
Open
edzuniga wants to merge 6 commits intoSuperformula:masterfrom
Open
Conversation
…tenv, and set up main UI screens
…tenv, and set up main UI screens
- Created RestaurantsNotifier and FavoritesNotifier for managing state of restaurant. - Updated UI components to reflect state changes dynamically. - This commit introduces Riverpod as the state management solution, enhancing the application's ability to handle state more efficiently and making the UI more responsive.
- Adjusted various UI elements for better alignment and consistency. - Refactored components to improve code readability and maintainability. - Fixed minor bugs affecting the responsiveness and display of UI elements.
This commit introduces unit tests for state management functionalities. Adiitionally, it includes a widget test for the BuildRestaurantItem() widget. Minor general fixes are also included.
- Minor UI improvements. - adding comments to improve code understandability for future reference and collaboration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request is my approach to the Superformula flutter_test. Tried to focus on code organization, state management, and adherence to best practices.
The key highlights of this PR: