simple_graphql 0.1.0+1
simple_graphql: ^0.1.0+1 copied to clipboard
A simplified GraphQL controller
Simple Graphql #
A simplified GraphQL controller
Installation 💻 #
❗ In order to start using Simple Graphql you must have the Flutter SDK installed on your machine.
Add simple_graphql to your pubspec.yaml:
dependencies:
simple_graphql:
Install it:
flutter packages get