Skip to content

Commit

Permalink
Fixed Parent widget exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjupta committed Apr 2, 2022
1 parent ec02106 commit d029fcd
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 182 deletions.
6 changes: 2 additions & 4 deletions lib/screen/groups.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,8 @@ class _GroupPageState extends State<GroupPage> {
content.name!,
style: Theme.of(context).textTheme.headline6,
),
subtitle: Flexible(
child: Text(
content.email!,
),
subtitle: Text(
content.email!,
),
),
);
Expand Down
Loading

0 comments on commit d029fcd

Please sign in to comment.