From b70580db935be50810887578204e3ecd3fa1a27f Mon Sep 17 00:00:00 2001 From: nhathiwala Date: Thu, 18 Nov 2021 19:37:48 +0530 Subject: [PATCH] Implemented Fallback Request & Synonums --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b6952..75594ce 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You should ensure that you add the router as a dependency in your flutter projec ```yaml dependencies: - algolia: ^1.0.1 + algolia: ^1.0.4 ``` You should then run `flutter packages upgrade` or update your packages in IntelliJ.