A test project to try and implement GraphQL into a Flutter app.
To run this program on your machine, follow these steps:
- Open your terminal
- Clone the repo in your desired folder through the command: "git clone https://github.com/andreagr/graphql_flutter.git"
- Run "flutter run" from the terminal or through your IDE
This project has been tested on the iOS emulator and Web.
To correctly display network images in the Web you will need to select "html" as renderer through the following command: "flutter run --web-renderer html"