From 620bd9f512025ab6c6524522f06051e9533c9ead Mon Sep 17 00:00:00 2001 From: stuartmorgan-g Date: Thu, 4 Jun 2026 07:26:19 -0400 Subject: [PATCH] Typo fix in repo README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d3a7e..bfd2312 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo is a companion to the [flutter/flutter](https://github.com/flutter/flutter) and [flutter/packages]() repositiories. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team) that cannot -depend on Flutter, generall because they are used by the flutter/flutter repository. +depend on Flutter, generally because they are used by the flutter/flutter repository. Check the [`packages`](./packages) directory to see all packages. These packages are also available on [pub](https://pub.dev/flutter/packages).