refactor: Widget file structure and MVC user bottom sheet
This commit is contained in:
parent
2e8c11fd76
commit
c1e2ef25a2
27 changed files with 268 additions and 264 deletions
|
|
@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
|
|||
import 'package:flutter_gen/gen_l10n/l10n.dart';
|
||||
|
||||
import '../avatar.dart';
|
||||
import '../user_bottom_sheet.dart';
|
||||
import '../../user_bottom_sheet.dart';
|
||||
|
||||
class ParticipantListItem extends StatelessWidget {
|
||||
final User user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue