Commit 1057ab4
authored
[in_app_purchase] Make the _FeatureCard constructor const in the Android example app (flutter#4162)
This works around a Dart analyzer error that is blocking the engine->framework roll (see flutter#128476)1 parent d935cb0 commit 1057ab4
File tree
1 file changed
+3
-3
lines changed- packages/in_app_purchase/in_app_purchase_android/example/lib
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
0 commit comments