Git Product home page Git Product logo

flutter_graphql_demo's Introduction

Flutter GraphQL Demo

A new Flutter application with GraphQL.

Learn about this at

Medium : Flutter with GraphQL

Youtube: Flutter with GraphQL

Getting Started

This app is using graphql-flutter Dependency. I am using version 1.0.0 of this plugin.

Those who are onflutter stable channel will not able to use the version 1.0.0 of this plugin because it requires Dart Tool >= 2.2.0 && < 3.0.0 .On stable channel currently flutter is using Dart < 2.2.0 .

To solve this issue you need to move to the dev channel of flutter which is currently using Dart >= 2.2.0.

Let's check the Dart version of Flutter

$ flutter --version
Tools • Dart 2.1.x

You can see that Tools • Dart 2.1.x version is 2.1.0 ( < 2.2.0 ). So you need to change the channel, Here is instruction for changing the channel.

To change the Channel

$ flutter channel dev
Switching to flutter channel 'dev'...

$ flutter channel
Flutter channels:
  beta
* dev
  master
  stable

Now you can clone this app and run in your Computer.

If you found any difficulties while running this app then feel free to open the issue.

flutter_graphql_demo's People

Contributors

nitishk72 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.