In this assignment, you will get data from free api. The application will have 3 views:
- View for display all users
- View for display 10 only of photos
- View for display posts only if userId == 1.
- Create a Flutter project and install http package.
- Create "model" files.
- Create a "networking" folder to organize endpoints.
- Implement pages to present data from api.
Submission will be on Wednesday at 10:00 am.