A new Flutter project created with https://flutlab.io
This app has 3 screens: Feed, Post, Profile that can be navigated using NavigationBar in the bottom.
- Listed the network images using ListView.builder() and handled scroll view.
- Photo API: https://picsum.photos/{width}/{height}
- In this screen, we can add items and remove item by selecting the add and remove button.
- Handled scroll view.
- Fetched the user data from the user api and displayed them.
- User API: https://reqres.in/api/users/{id}