Open yazdanhaider opened 1 month ago
i will create a mock data service to simulate backend interactions an also the UI with a more polished design. By creating a service folder and create a file called mock_data_service.dart Also enhance the UI in the -lib/screens/offer_details_screen.dart
Great move on @yazdanhaider make sure Implement a mock data service to simulate backend interactions and enhance the UI with a more polished design.
service
in the project structureservice
folder, create a new file named mock_data_service.dart
MockDataService
class with methods to simulate backend interactions
-lib/screens/offer_details_screen.dart
OfferDetailsScreen
to use the MockDataService
i will create a mock data service to simulate backend interactions an also the UI with a more polished design. By creating a service folder and create a file called mock_data_service.dart Also enhance the UI in the -lib/screens/offer_details_screen.dart