build: Update packages and flutter super.key refactoring
This commit is contained in:
parent
4605a92d17
commit
eca4825c70
129 changed files with 294 additions and 324 deletions
|
|
@ -23,9 +23,9 @@ class KeyVerificationDialog extends StatefulWidget {
|
|||
final KeyVerification request;
|
||||
|
||||
const KeyVerificationDialog({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.request,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
KeyVerificationPageState createState() => KeyVerificationPageState();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue