Online Image from pexels.
This project is a picture search app.
The Picture Search App's functionalities are as follows:
-
The objective of this project is to design and develop a mobile application that allows users to search for pictures.
-
The app includes a search bar at the top where users can input their query.
-
It displays the search results in a grid format. Each row in the grid should contain three pictures related to the search query, and there will be five rows.
-
On scrolling, more images appear.
-
The images are loaded in a paginated manner to improve performance (this means that the images are only loaded when the user is scrolling)."
- Any Operating System (ie. MacOS X, Linux, Windows)
- Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
- Api Key of Pexels https://www.pexels.com/api/
- And Knowledge of Flutter
- Clone the project
- Add Api keys into file api.dart at
ApiKey. - Before runnning the application, run the following command:
flutter pub get - Then run the project with the following command:
flutter run