OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: tutorial |
3 title: "Write Command-Line Apps" | 3 title: "Write Command-Line Apps" |
4 description: "Basics for command-line apps" | 4 description: "Basics for command-line apps" |
5 has-permalinks: true | 5 has-permalinks: true |
6 tutorial: | 6 tutorial: |
7 id: dart-io | 7 id: dart-io |
8 next: / | 8 next: / |
9 next-title: "Home" | 9 next-title: "Home" |
10 prev: indexeddb/ | 10 prev: indexeddb/ |
11 prev-title: "Use IndexedDB" | 11 prev-title: "Use IndexedDB" |
12 --- | 12 --- |
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 | 629 |
630 ## What next? {#what-next} | 630 ## What next? {#what-next} |
631 | 631 |
632 The [Get Input from a Form](/docs/tutorials/forms/) tutorial | 632 The [Get Input from a Form](/docs/tutorials/forms/) tutorial |
633 features a client-server. | 633 features a client-server. |
634 The code for the server, which uses CORS headers and handles | 634 The code for the server, which uses CORS headers and handles |
635 POST requests, is explained in detail. | 635 POST requests, is explained in detail. |
636 | 636 |
637 {% endcapture %} | 637 {% endcapture %} |
638 | 638 |
639 {% include tutorial.html %} | 639 {% include tutorial.html %} |
OLD | NEW |