Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 309 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 309 Bytes

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