Pedro Monteiro
Pedro Monteiro
- Removed the new splash screen implementation, because it was slow to enter the app. Now it goes straight to login or home page, depending the user is logged in...
https://github.com/user-attachments/assets/c8ec06ed-1d32-4708-9069-efb28714385f
New deploy actions optimized for a future fastlane implementation and without relying on third party repositories.
Currently if there's no data available in the restaurants page, the user is not able to refresh the data. This is not ideal.
Before implementing dark mode, we need to make sure our theme.dart file is correctly defined with our color variables done correctly as it is on Figma done by our UI/UX...
The restaurant home card currently has a padding that doesn't go to the edge of the screen. Take into inspiration the implementation of the class selector in the course unit...