Added Marianum Message pdf reader and backend
This commit is contained in:
@ -18,6 +18,7 @@ import 'data/chatList/chatListProps.dart';
|
||||
import 'data/chatList/chatProps.dart';
|
||||
import 'data/accountModel.dart';
|
||||
import 'data/files/filesProps.dart';
|
||||
import 'data/message/messageProps.dart';
|
||||
|
||||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
@ -38,6 +39,8 @@ Future<void> main() async {
|
||||
ChangeNotifierProvider(create: (context) => ChatListProps()),
|
||||
ChangeNotifierProvider(create: (context) => ChatProps()),
|
||||
ChangeNotifierProvider(create: (context) => FilesProps()),
|
||||
|
||||
ChangeNotifierProvider(create: (context) => MessageProps()),
|
||||
],
|
||||
child: const Main(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user