Skip to content

Commit f3d9d70

Browse files
authored
Fix broken list on the "Using packages" page (#12594)
Fixes the list here: https://docs.flutter.dev/packages-and-plugins/using-packages#css-example
1 parent 63d0d0f commit f3d9d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/packages-and-plugins/using-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ To use this package:
416416
}
417417
```
418418

419-
[`css_colors`]: {{site.pub-pkg}}/css_colors
420-
421419
1. Run the app. The app's background should now be orange.
422420

421+
[`css_colors`]: {{site.pub-pkg}}/css_colors
422+
423423
### Example: Using the url_launcher package to launch the browser {:#url-example}
424424

425425
The [`url_launcher`][] plugin package enables opening

0 commit comments

Comments
 (0)