Skip to content

Latest commit

 

History

History

gql_example_flutter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example GQL Flutter Application

This example shows how you can use the gql_build library in your flutter applications.

Setup

Get dependencies

flutter pub get packages

Build graphql documents

flutter pub run build_runner build

Run

Run the application

flutter run