Skip to content

Commit cf03121

Browse files
committed
Files -> App Files. Cleanup pubspec.
1 parent 65a61ee commit cf03121

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

lib/app_scaffold.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(),

pubspec.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2421
dependency_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

3031
dev_dependencies:
3132
flutter_lints: ^6.0.0

0 commit comments

Comments
 (0)