diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e1203a6c..690a5cdb 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -13,11 +13,7 @@
-
-
-
-
@@ -71,28 +67,28 @@
- {
- "keyToString": {
- "DEBUGGABLE_DEVICE": "motorola-moto_g_play-0029216329",
- "DEBUGGABLE_PROCESS": "me.carda.awesome_notifications_example",
- "DEBUGGER_ID": "Java",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.cidr.known.project.marker": "true",
- "SHARE_PROJECT_CONFIGURATION_FILES": "true",
- "SHOW_ALL_PROCESSES": "false",
- "cf.first.check.clang-format": "false",
- "cidr.known.project.marker": "true",
- "com.intellij.openapi.externalSystem.service.settings.ExternalSystemGroupConfigurable": "ALL",
- "dart.analysis.tool.window.visible": "false",
- "git-widget-placeholder": "features/flutter-3-16-support",
- "io.flutter.reload.alreadyRun": "true",
- "last_opened_file_path": "/Users/rafaelsetragni/GitHub/plugins/awesome_notifications",
- "run.code.analysis.last.selected.profile": "pProject Default",
- "settings.editor.selected.configurable": "preferences.pluginManager",
- "show.migrate.to.gradle.popup": "false"
+
+}]]>
diff --git a/lib/src/models/notification_content.dart b/lib/src/models/notification_content.dart
index 552c6f45..6ae9c769 100644
--- a/lib/src/models/notification_content.dart
+++ b/lib/src/models/notification_content.dart
@@ -1,8 +1,4 @@
-import 'package:flutter/material.dart';
-
import '../definitions.dart';
-import '../enumerators/action_type.dart';
-import '../enumerators/notification_category.dart';
import '../enumerators/notification_layout.dart';
import '../enumerators/notification_play_state.dart';
import '../utils/assert_utils.dart';