Added Marianum Message pdf reader and backend

This commit is contained in:
2023-05-30 21:08:11 +02:00
parent ba90556e69
commit d71f0d3339
16 changed files with 343 additions and 12 deletions

View File

@ -49,11 +49,11 @@ class _AppState extends State<App> {
border: Border.symmetric(vertical: BorderSide.none, horizontal: BorderSide(color: Colors.grey, width: 1))
),
screenTransitionAnimation: const ScreenTransitionAnimation(animateTabTransition: true, curve: Curves.ease, duration: Duration(milliseconds: 200)),
screens: [
const Timetable(),
const ChatList(),
Files(const []),
const Overhang(),
screens: const [
Timetable(),
ChatList(),
Files([]),
Overhang(),
],
items: [
PersistentBottomNavBarItem(