In the previous post, we created a robust API that allows us to fetch articles with fields such as “title” and “content”, as well as the ability to update, create, and delete articles. In this post, we will be using the API to retrieve these articles and display them in a Flutter app, however, we will not be utilizing the API’s ability to modify articles. With the foundation of the API established, we can now turn our attention to creating …