Commit b604674
committed
WIP: Extract remaining inline code from getting_started.md (2/3)
Extracted code from:
- getting_started.md: Main counter example + mixin example
Created:
- mixin_simple_example.dart
Reused:
- counter_simple_example.dart (already had all necessary regions)
All examples compile successfully.
Still TODO: watching_streams_and_futures, handlers, watching_widgets,
watch_ordering_rules, lifecycle, observing_commands, best_practices,
debugging_tracing, advanced_integration (100+ inline code blocks)1 parent 49ab244 commit b604674
File tree
2 files changed
+22
-43
lines changed- code_samples/lib/watch_it
- docs/documentation/watch_it
2 files changed
+22
-43
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 38 | + | |
71 | 39 | | |
72 | 40 | | |
73 | 41 | | |
| |||
83 | 51 | | |
84 | 52 | | |
85 | 53 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 54 | + | |
96 | 55 | | |
97 | 56 | | |
98 | 57 | | |
| |||
0 commit comments