Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/packages-and-plugins/using-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down