Commit 7a24853 1 parent 717d13e commit 7a24853 Copy full SHA for 7a24853
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ and a `fromJson` deserialization constructor.
77
77
6 . Run your project with the experiment flag:
78
78
79
79
``` console
80
- dart --enable-experiment=macros run bin/my_app.dart
80
+ dart run --enable-experiment=macros bin/my_app.dart
81
81
```
82
82
83
83
[ Add the package ] : /guides/packages
@@ -126,7 +126,7 @@ Sometimes it can be useful to view the generated code to better understand
126
126
how a macros works, or to inspect the details of what it offers.
127
127
128
128
Click on the "** Go to Augmentation** " link that appears under the annotation
129
- in your IDE (supported in VSCode, and in IntelliJ soon )
129
+ in your IDE (supported in VSCode)
130
130
to see how the macro generates ` toJson ` and ` fromJson ` .
131
131
132
132
If you change anything in the annotated class, you can watch the generated augmentation
You can’t perform that action at this time.
0 commit comments