Skip to content

Commit

Permalink
Update projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Mar 5, 2024
1 parent d5f8bca commit de9d1af
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions lib/repositories.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ import 'package:yaru_icons/yaru_icons.dart';
import 'constants.dart';

final repositories = <(String, String, String, IconData)>{
(
kUbuntuOrganName,
'yaru.dart',
'The iconic Flutter widget and theme suite for Ubuntu Desktop applications',
YaruIcons.color_select,
),
(
kUfcOrgaName,
'yaru_tutorial',
'Tutorials how to create a Flutter app with Ubuntu Yaru Design',
YaruIcons.ubuntu_logo_simple,
),
(
kUfcOrgaName,
'samples',
Expand All @@ -28,12 +40,6 @@ final repositories = <(String, String, String, IconData)>{
'E-Mail app for the Ubuntu Desktop',
YaruIcons.mail,
),
(
kUbuntuOrganName,
'yaru.dart',
'The iconic Flutter widget and theme suite for Ubuntu Desktop applications',
YaruIcons.color_select,
),
(
kUbuntuOrganName,
'app-center',
Expand Down

0 comments on commit de9d1af

Please sign in to comment.