Component - Mock dependencies
This UI component demonstrates how to use mock dependencies in Flutter for testing or development. It shows a simple screen with a button that fetches data from a mocked service instead of a real one, allowing you to test UI behavior without relying on actual backend calls.