refactor: Widget file structure and MVC user bottom sheet

This commit is contained in:
Christian Pauly 2021-04-24 09:29:17 +02:00
commit c1e2ef25a2
27 changed files with 268 additions and 264 deletions

View file

@ -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;