Added idea entries for future implementation
This commit is contained in:
parent
8159ab0963
commit
88c6ff438b
@ -23,6 +23,8 @@ class Overhang extends StatelessWidget {
|
|||||||
children: const [
|
children: const [
|
||||||
ListItemNavigator(icon: Icons.newspaper, text: "Marianum Message", target: Message()),
|
ListItemNavigator(icon: Icons.newspaper, text: "Marianum Message", target: Message()),
|
||||||
ListItemNavigator(icon: Icons.room, text: "Raumplan", target: Roomplan()),
|
ListItemNavigator(icon: Icons.room, text: "Raumplan", target: Roomplan()),
|
||||||
|
ListItemNavigator(icon: Icons.calendar_month, text: "Schulferien", target: Roomplan()),
|
||||||
|
ListItemNavigator(icon: Icons.calculate, text: "Notendurschnitts rechner", target: Roomplan())
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user