A simple Flutter app that challenges users to match images by randomly changing them and providing feedback on success or failure.
The "Match the images" app is designed to entertain users by presenting two images and encouraging them to match the images by tapping on the corresponding buttons. The images change randomly on every tap, providing a dynamic and engaging experience.
-
Random Image Changes: The app generates random images on each button tap, keeping the challenge fresh and unpredictable.
-
Feedback Messages: Users receive immediate feedback on their matching attempt. If the left and right images match, the app displays a "Matching" message; otherwise, it encourages users to try again.
-
Colorful UI: The app features a vibrant and visually appealing user interface with an indigo background.
-
Launch the App: Open the app to view the main screen, which consists of two images and matching buttons.
-
Match the Images: Tap either of the buttons to change the images and attempt to match them.
-
Receive Feedback: Look for the feedback message at the top of the screen. If the images match, it will display "Matching"; otherwise, it will suggest trying again.
-
Retry: Tap the buttons again to get new random images and continue the matching challenge.
The app is built with Flutter, a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
-
Ensure you have Flutter installed on your development machine.
-
Clone this repository to your local machine.
-
Open a terminal and navigate to the project directory.
-
Run the following command to launch the app:
flutter run
-
Enjoy the matching challenge!
-
Flutter: The app is developed using the Flutter framework.
-
Images: Image assets used in the app are provided by the developer.
This project is licensed under the MIT License. Feel free to use and modify the code for your own projects.