From e6ff63cb28ce5a2dfc670f8da03d5b65d850898c Mon Sep 17 00:00:00 2001 From: Ultraslayyy Date: Thu, 18 Dec 2025 13:45:45 +1100 Subject: [PATCH] Change `to` to `from` for better readability --- src/content/packages-and-plugins/using-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/packages-and-plugins/using-packages.md b/src/content/packages-and-plugins/using-packages.md index 7c39838dc12..ea6c6c8e42f 100644 --- a/src/content/packages-and-plugins/using-packages.md +++ b/src/content/packages-and-plugins/using-packages.md @@ -142,7 +142,7 @@ To add the package `css_colors` to an app: so a full restart of the app might be required to avoid errors like `MissingPluginException` when using the package. -### Removing a package dependency to an app using `flutter pub remove` +### Removing a package dependency from an app using `flutter pub remove` To remove the package `css_colors` from an app: