From 16d6c4685d44a32ef9f264231bb59320767c0cec Mon Sep 17 00:00:00 2001 From: stcb <21@stcb.cc> Date: Sat, 5 Apr 2025 11:26:59 +0300 Subject: [PATCH] clean unused import --- dialer/lib/features/history/history_page.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/dialer/lib/features/history/history_page.dart b/dialer/lib/features/history/history_page.dart index bc91e3f..e53ab49 100644 --- a/dialer/lib/features/history/history_page.dart +++ b/dialer/lib/features/history/history_page.dart @@ -12,7 +12,6 @@ import 'package:dialer/widgets/username_color_generator.dart'; import '../../services/block_service.dart'; import '../contacts/widgets/contact_modal.dart'; import '../../services/call_service.dart'; -import 'package:flutter/foundation.dart'; // if needed class History { final Contact contact;