Skip to content

Commit 3a54b5a

Browse files
parloughsfshaza2
andauthoredJan 19, 2023
Introduce a tutorial about fetching data using package:http (#4520)
This replaces the old Dart Fetch data dynamically article which is web-based and not platform independent. This PR introduces a completely new tutorial built around `package:http` allowing the logic to work to work on multiple platforms, including for CLI, web, and Flutter apps. The tutorial uses mock package information data for its examples, hosted directly on the site. Closes #3852 Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
1 parent 38466cc commit 3a54b5a

33 files changed

+840
-1288
lines changed
 

‎_config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@ alert:
123123
<aside class="alert alert-warning" role="alert" markdown="1">
124124
<i class="fas fa-exclamation-triangle"></i> **Warning:**
125125
end: </aside>
126+
127+
why:
128+
learn: >-
129+
<div class="mini-toc" markdown="1">
130+
<h4 class="no_toc">What you'll learn</h4>
131+
end: </div>

‎diagrams/tutorials/web/client-server.svg

-3
This file was deleted.

‎diagrams/tutorials/web/jsonstring.svg

-3
This file was deleted.

‎diagrams/tutorials/web/portmanteaux-code.svg

-3
This file was deleted.

‎diagrams/tutorials/web/set-callback.svg

-3
This file was deleted.

0 commit comments

Comments
 (0)