From 3f28979eaca42e7ebb025de4faf6751fb471c20c Mon Sep 17 00:00:00 2001 From: Abdullahi Adewale Olaniyan <32670872+kentprince13@users.noreply.github.com> Date: Thu, 18 Nov 2021 18:41:27 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f382686..7ffc86d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Simplified Graphql Implementations for Query and Mutation in Flutter +## medium Link https://murainoyakubu.medium.com/simplified-graphql-implementations-for-query-and-mutation-in-flutter-9bce1deda792 From c877c893bd4e82d2980139f38e2ac2554a13378e Mon Sep 17 00:00:00 2001 From: olaniyan Abdullahi Date: Thu, 18 Nov 2021 18:50:13 +0100 Subject: [PATCH 2/2] Added comment --- lib/server/country_rx_dart.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/country_rx_dart.dart b/lib/server/country_rx_dart.dart index 7d44a5d..1ea1ca3 100644 --- a/lib/server/country_rx_dart.dart +++ b/lib/server/country_rx_dart.dart @@ -24,7 +24,7 @@ class CountryRx{ ); } - +// disposing here dispose(){ country.close(); }