This is a Flutter web application that displays a gallery of images. Users can search for images, view details such as likes and views, and click on images to view them in full-screen mode.
Check out the live demo deployed on GitHub Pages.
To run the application locally, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Run
flutter pub getto install dependencies. - Run
flutter run -d chrometo launch the application in Chrome.
Download the source code from the repository.