Skip to content

Commit 1763de3

Browse files
committed
update example
1 parent 4383200 commit 1763de3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/lib/main.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import 'package:woosignal_shopify/woosignal_shopify.dart';
44
void main(){
55
runApp(MyApp());
66
}
7-
//void woosignalWoocommerceExample() => runApp(MyApp());
87

98
class MyApp extends StatelessWidget {
109
@override
@@ -15,13 +14,10 @@ class MyApp extends StatelessWidget {
1514
primarySwatch: Colors.blue,
1615
),
1716
home: MyHomePage(title: 'WooSignal Demo Home Page'),
18-
1917
);
2018
}
2119
}
2220

23-
24-
2521
class MyHomePage extends StatefulWidget {
2622
MyHomePage({Key? key, required this.title}) : super(key: key);
2723

0 commit comments

Comments
 (0)