Develop a single-view app that allows the user to search images through Pixabay services.
- UI, UX should be as similar as possible as the video provided
./sample.mov
- You can use third-party libraries
- Display first 50 photos returned
- No pagination required
- Should be able to type ahead to perform searches after 3 characters
Implement the above by completing the items below (noted as TODO items in the relevant dart files):
- Implement the requestPictures method in the pixabay_service.dart
- Implement the PixabayResultsModel.fromMap function in the pixabay_data_model.dart
- Implement the PixabayMediaModel.fromMap function in pixabay_data_model.dart
- Implement the UI for displaying results in pixabay_search.dart
Bonus: Suggest improvements and simplifications to the overall project architecture.
- Be prepared to explain your code during the interview
- Register an account at https://pixabay.com
- After registration, open https://pixabay.com/api/docs/ for API key and API documentation