Skip to content

Commit

Permalink
fix: added mixin on _CodeDialog (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLiux authored Nov 23, 2024
1 parent b907e6b commit ca0e8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/code_snippet_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CodeSnippedButton extends StatelessWidget {
}
}

class _CodeDialog extends StatefulWidget {
class _CodeDialog extends StatefulWidget with WatchItStatefulWidgetMixin {
const _CodeDialog({
required this.snippetUrl,
});
Expand Down

0 comments on commit ca0e8ee

Please sign in to comment.