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