File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ class AppScaffold extends StatelessWidget {
5757 ),
5858 SolidMenuItem (
5959 icon: Icons .folder,
60- title: 'Files' ,
60+ title: 'App Files' ,
6161 tooltip: '''
6262
63- **Files:** Tap here to browse the files on your POD.
63+ **Files:** Tap here to browse the files on your POD for this app .
6464
6565 ''' ,
6666 child: SolidFile (),
Original file line number Diff line number Diff line change @@ -15,17 +15,18 @@ dependencies:
1515 markdown_tooltip : 0.0.10
1616 shared_preferences : ^2.5.4
1717 solidpod : ^0.10.1
18- solidui :
19- git :
20- url : https://github.com/anusii/solidui.git
21- ref : dev
18+ solidui : ^0.1.0
2219 window_manager : ^0.5.1
2320
2421dependency_overrides :
2522 solidpod :
2623 git :
2724 url : https://github.com/anusii/solidpod.git
2825 ref : dev
26+ solidui :
27+ git :
28+ url : https://github.com/anusii/solidui.git
29+ ref : dev
2930
3031dev_dependencies :
3132 flutter_lints : ^6.0.0
You can’t perform that action at this time.
0 commit comments