Implement local HTTP Api usage
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:marianum_mobile/data/incommingPackets/talkNotificationsPacket.dart';
|
||||
import 'package:marianum_mobile/screen/pages/timetable/testTimetable.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
|
||||
@ -42,7 +43,7 @@ class _AppState extends State<App> {
|
||||
PageView(
|
||||
controller: pageController,
|
||||
children: const [
|
||||
Timetable(),
|
||||
TestTimeTable(),
|
||||
Talk(),
|
||||
Files(),
|
||||
Overhang(),
|
||||
|
Reference in New Issue
Block a user