A Flutter project demonstrating code for making a simple List and detail view with data from a JSON REST API.
This project requires the http package from dart that is already typed out in the pubspec.yaml file. However, you need to install it by running the flutter pubspec install command from your terminal.
https://jsonplaceholder.typicode.com/posts
Contributions are always more than welcome. Simply send a Pull Request if you want anything in this example application improved.