Add Google Maps integration and update UI components; change platform version and minimum SDK
This commit is contained in:
@@ -6,8 +6,8 @@ class GroupContent extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: const Text('Group Page')),
|
||||
body: const Center(child: Text('This is the Group Page')),
|
||||
appBar: AppBar(title: const Text('Chat Group Page')),
|
||||
body: const Center(child: Text('This is the Chat Group Page')),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user