Skip to content

Commit 8fbccb5

Browse files
authored
feat: added Software Licenses screen (fossasia#2697)
1 parent de3c52b commit 8fbccb5

File tree

6 files changed

+4425
-2
lines changed

6 files changed

+4425
-2
lines changed

lib/constants.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@ List<String> connectWithUs = [
132132
'Watch us on Youtube',
133133
'Developers'
134134
];
135+
String softwareLicenses = 'Software Licenses';

lib/main.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import 'package:pslab/view/instruments_screen.dart';
88
import 'package:pslab/view/oscilloscope_screen.dart';
99
import 'package:pslab/view/settings_screen.dart';
1010
import 'package:pslab/view/about_us_screen.dart';
11+
import 'package:pslab/view/software_licenses_screen.dart';
1112

1213
import 'constants.dart';
1314

@@ -47,6 +48,7 @@ class MyApp extends StatelessWidget {
4748
'/faq': (context) => const FAQScreen(),
4849
'/settings': (context) => const SettingsScreen(),
4950
'/aboutUs': (context) => const AboutUsScreen(),
51+
'/softwareLicenses': (context) => const SoftwareLicensesScreen(),
5052
},
5153
);
5254
}

0 commit comments

Comments
 (0)