From f967cfd5eb74ec39bb37f9d71c370fd99e4a0590 Mon Sep 17 00:00:00 2001 From: "venir.dev" Date: Sat, 26 Nov 2022 00:35:40 +0100 Subject: [PATCH] Updated README.md --- complete_example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complete_example/README.md b/complete_example/README.md index ea8a9b7..5c82d13 100644 --- a/complete_example/README.md +++ b/complete_example/README.md @@ -12,7 +12,7 @@ This a slightly more complicated example, featuring: This is the "main" example of this repo; its objective is to define some best practices when using Riverpod + GoRouter (as opposed to other examples, which are just community-driven). -**Note**. The tests are _intentionally_ not being updated. We're waiting on [this PR](https://github.com/flutter/packages/pull/2848) before testing these out. +**Note**. The tests are _intentionally_ not being updated and the route-level redirect is missing. We're waiting on [this PR](https://github.com/flutter/packages/pull/2848) before completing this example. The rest of the example is fine, tho. **Nonetheless**: - _This has to be considered as a "best effort" example that aims to integrate as much best practices as possible_;