Skip to content

Commit

Permalink
[371] Added key to alert dialog and alert card.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Jan 5, 2024
1 parent 4a7161c commit ec838ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main-custom-card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MyUpgradeCard extends UpgradeCard {

class MyUpgradeCardState extends UpgradeCardState {
@override
Widget buildUpgradeCard(BuildContext context) {
Widget buildUpgradeCard(BuildContext context, Key? key) {
final appMessages = widget.upgrader.determineMessages(context);
final title = appMessages.message(UpgraderMessage.title);
return Card(
Expand Down

0 comments on commit ec838ba

Please sign in to comment.