From 738f2df22bf2d14616d3a946fce93134f70bc274 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 27 Apr 2022 09:57:05 -0700 Subject: [PATCH] Add go_router_builder to readme (#1632) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8193c8924f96..dc8f86a463aa 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ These are the available packages in this repository. | [flutter\_lints](./packages/flutter_lints/) | [![pub package](https://img.shields.io/pub/v/flutter_lints.svg)](https://pub.dev/packages/flutter_lints) | | [flutter\_markdown](./packages/flutter_markdown/) | [![pub package](https://img.shields.io/pub/v/flutter_markdown.svg)](https://pub.dev/packages/flutter_markdown) | | [go\_router](./packages/go_router/) | [![pub package](https://img.shields.io/pub/v/go_router.svg)](https://pub.dev/packages/go_router) | +| [go\_router\_builder](./packages/go_router_builder/) | [![pub package](https://img.shields.io/pub/v/go_router_builder.svg)](https://pub.dev/packages/go_router_builder) | | [multicast\_dns](./packages/multicast_dns/) | [![pub package](https://img.shields.io/pub/v/multicast_dns.svg)](https://pub.dev/packages/multicast_dns) | | [palette\_generator](./packages/palette_generator/) | [![pub package](https://img.shields.io/pub/v/palette_generator.svg)](https://pub.dartlang.org/packages/palette_generator) | | [pigeon](./packages/pigeon/) | [![pub package](https://img.shields.io/pub/v/pigeon.svg)](https://pub.dev/packages/pigeon) |