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 70965cb commit 18aa371Copy full SHA for 18aa371
CHANGELOG.md
@@ -1,4 +1,3 @@
1
##1.0.0
2
3
-- **feat**: Added a "User Presets" tab to the App Configuration page to configure saved filter limits.
4
- **BREAKING** feat!: migrated from date based versioning to semantic versioning.
lib/local_ads_management/widgets/local_ad_action_buttons.dart
@@ -180,6 +180,7 @@ class LocalAdActionButtons extends StatelessWidget {
180
case 'copyId':
181
// Copy the ad ID to the clipboard
182
Clipboard.setData(ClipboardData(text: itemId)).then((_) {
183
+ // ignore: use_build_context_synchronously
184
ScaffoldMessenger.of(context).showSnackBar(
185
SnackBar(
186
content: Text(l10n.idCopied),
0 commit comments