snowballdigital / flutter-graphql

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. Built after react apollo
MIT License
47 stars 7 forks source link

fixes function_typed_parameter_var #16

Open ianko opened 5 years ago

ianko commented 5 years ago

On Flutter 1.5.4 (current stable), this is breaking with the following message:

Function-typed parameters can't specify 'const', 'final' or 'var' in place of a return type.
Try replacing the keyword with a return type.dart(function_typed_parameter_var)

Breaking changes

NONE

Fixes / Enhancements