We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01439e3 commit 2132d7eCopy full SHA for 2132d7e
lib/ads/widgets/admob_inline_ad_widget.dart
@@ -69,7 +69,9 @@ class _AdmobInlineAdWidgetState extends State<AdmobInlineAdWidget> {
69
// This is crucial to prevent "AdWidget is already in the Widget tree" errors
70
// and memory leaks, as each AdWidget instance should manage its own ad object.
71
_disposeCurrentAd();
72
- _logger.info('AdmobInlineAdWidget disposed. Ad object explicitly disposed.');
+ _logger.info(
73
+ 'AdmobInlineAdWidget disposed. Ad object explicitly disposed.',
74
+ );
75
super.dispose();
76
}
77
0 commit comments