A Flutter-based E-Commerce mobile application that allows users to browse products, view detailed product information, and manage their
shopping cart ,The application integrates with a REST API to fetch product data and follows Clean Architecture principles to maintain a
scalable and maintainable codebase , State management is implemented using BLoC with Cubit, ensuring predictable state handling and
separation between presentation and business logic , The project also uses Dependency Injection with get_it and injectable to improve
modularity and testability.