Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 802 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 802 Bytes

Graphql_issue

This repository is made due to this issue

Problem

  1. Fetch all todos -> (Empty list at start)
  2. Create one todo by clicking "+1" symbol -> (Empty list still)
  3. Fetch all todos again by clicking refresh icon -> (Todo gets added)

Getting Started

Download go if needed tutorial

Run go server

cd server
go run server.go

Open flutter application

flutter run

Note: Remember to change the lib/injection/register_module.dart http link to match yours

If there are auto-generated files that cause conflicts please run script below:

flutter pub run build_runner watch --delete-conflicting-outputs