Added Marianum Message pdf reader and backend
This commit is contained in:
10
lib/app.dart
10
lib/app.dart
@ -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(
|
||||
|
Reference in New Issue
Block a user