Index: src/site/docs/tutorials/shared-pkgs/index.markdown |
diff --git a/src/site/docs/tutorials/packages/index.markdown b/src/site/docs/tutorials/shared-pkgs/index.markdown |
similarity index 98% |
rename from src/site/docs/tutorials/packages/index.markdown |
rename to src/site/docs/tutorials/shared-pkgs/index.markdown |
index e26cefc441f9692b51c4e18f063230a390d13f70..4c5e576cdea8ef7141e7b82aa76a34faa85421a7 100644 |
--- a/src/site/docs/tutorials/packages/index.markdown |
+++ b/src/site/docs/tutorials/shared-pkgs/index.markdown |
@@ -1,6 +1,6 @@ |
--- |
layout: default |
-title: "Target 5: Install Shared Packages" |
+title: "Install Shared Packages" |
description: "Packages are bundles of source code, tools, and resources that help you to organize and share code" |
has-permalinks: true |
tutorial: |
@@ -35,6 +35,11 @@ Get the vector_math package and many others from:</p> |
{% capture content %} |
+<div class="tute-target-title"> |
+<h1>{{page.title}}</h1> |
+<h3>Borrow and share code.</h3> |
+</div> |
+ |
Now that you're able to create and run a Dart application |
and have a basic understanding of DOM programming, |
you are ready to leverage code written by other programmers. |