The Flower App is a visually elegant and feature-rich mobile application built using Flutter and Dart, designed to showcase a smooth user experience for browsing and interacting with a catalog of flowers. The app incorporates a well-structured UI with smooth animations, custom components, and responsive design tailored for different screen sizes. One of the standout features of the application is the integration of Google Maps, which allows users to interact with real-world locations. Users can view nearby flower shops, select delivery addresses directly on the map, and have their location automatically translated into a full address using reverse geocoding. The map functionality is powered by google_maps_flutter and geocoding packages, providing both precision and an intuitive user experience. The app is built following Clean Architecture principles and MVVM design pattern, making the codebase scalable and maintainable. State management is handled with Cubit, ensuring reactive updates and separation of concerns. Overall, the Flower App demonstrates modern Flutter development practices, blending beautiful UI design with real-world functionality like location services and dynamic navigation.