This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
in_app_purchase/example/lib
in_app_purchase_android/example/lib
in_app_purchase_storekit/example/lib Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,8 @@ class _MyAppState extends State<_MyApp> {
165
165
if (_purchasePending) {
166
166
stack.add (
167
167
// TODO(goderbauer): Make this const when that's available on stable.
168
- Stack ( // ignore: prefer_const_constructors
168
+ // ignore: prefer_const_constructors
169
+ Stack (
169
170
children: const < Widget > [
170
171
Opacity (
171
172
opacity: 0.3 ,
Original file line number Diff line number Diff line change @@ -157,7 +157,8 @@ class _MyAppState extends State<_MyApp> {
157
157
if (_purchasePending) {
158
158
stack.add (
159
159
// TODO(goderbauer): Make this const when that's available on stable.
160
- Stack ( // ignore: prefer_const_constructors
160
+ // ignore: prefer_const_constructors
161
+ Stack (
161
162
children: const < Widget > [
162
163
Opacity (
163
164
opacity: 0.3 ,
Original file line number Diff line number Diff line change @@ -157,7 +157,8 @@ class _MyAppState extends State<_MyApp> {
157
157
if (_purchasePending) {
158
158
stack.add (
159
159
// TODO(goderbauer): Make this const when that's available on stable.
160
- Stack ( // ignore: prefer_const_constructors
160
+ // ignore: prefer_const_constructors
161
+ Stack (
161
162
children: const < Widget > [
162
163
Opacity (
163
164
opacity: 0.3 ,
You can’t perform that action at this time.
0 commit comments