From 00d14bd0efc3c5e60ba6c01a43481b17b9c00d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sun, 4 Sep 2022 06:08:32 +0200 Subject: [PATCH] Add shortinfo to flutter-simple-router MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- content/post/20201008-flutter-simple-router.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/post/20201008-flutter-simple-router.md b/content/post/20201008-flutter-simple-router.md index f4733fc..5b65d2b 100644 --- a/content/post/20201008-flutter-simple-router.md +++ b/content/post/20201008-flutter-simple-router.md @@ -9,6 +9,8 @@ tags: For the [Let's Check](https://forum.checkmk.com/t/lets-check-an-android-ios-app-for-check-mk/20895/2) App I'm writing I needed a simple router. I haven't found anything that suited my needs so I decided to role my own. + + My implementation supports: * Regex named Args