chore: Update dependencies

This commit is contained in:
Christian Pauly 2022-08-14 16:59:21 +02:00
commit 7a74a8a93f
52 changed files with 163 additions and 175 deletions

View file

@ -18,10 +18,10 @@ class InviteStoryPage extends StatefulWidget {
}) : super(key: key);
@override
_InviteStoryPageState createState() => _InviteStoryPageState();
InviteStoryPageState createState() => InviteStoryPageState();
}
class _InviteStoryPageState extends State<InviteStoryPage> {
class InviteStoryPageState extends State<InviteStoryPage> {
Set<String> _undecided = {};
final Set<String> _invite = {};