import 'package:flutter/material.dart'; class /UniServer/www/fh_mobileapp/fh_mobile/lib/features/chat/screens/chat_screen.dart extends StatelessWidget { final String groupId; const /UniServer/www/fh_mobileapp/fh_mobile/lib/features/chat/screens/chat_screen.dart({super.key, required this.groupId}); @override Widget build(BuildContext context) => Scaffold( appBar: AppBar(title: const Text('/UniServer/www/fh_mobileapp/fh_mobile/lib/features/chat/screens/chat_screen.dart')), body: Center(child: Text('/UniServer/www/fh_mobileapp/fh_mobile/lib/features/chat/screens/chat_screen.dart — Coming in Phase 2')), ); }