File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,19 @@ class _MyAppState extends State<MyApp> {
34
34
showPanel: true ,
35
35
wrapperBuilder: (context, child) {
36
36
return MaterialApp (
37
- home: Column (
38
- children: [
39
- ElevatedButton .icon (
40
- onPressed: () {
41
- Codelessly .instance.reset (clearCache: true );
42
- },
43
- icon: const Icon (Icons .refresh),
44
- label: const Text ('Reset' ),
45
- ),
46
- if (child != null ) child,
47
- ],
48
- ),
37
+ home: child,
38
+ // home: Column(
39
+ // children: [
40
+ // ElevatedButton.icon(
41
+ // onPressed: () {
42
+ // Codelessly.instance.reset(clearCache: true);
43
+ // },
44
+ // icon: const Icon(Icons.refresh),
45
+ // label: const Text('Reset'),
46
+ // ),
47
+ // if (child != null) child,
48
+ // ],
49
+ // ),
49
50
);
50
51
},
51
52
stories: [
You can’t perform that action at this time.
0 commit comments