Skip to content

CLEANUP: Remove unused imports across multiple screens causing analyzer warnings #225

@Muneerali199

Description

@Muneerali199

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Multiple files have unused import statements that clutter the codebase and produce analyzer warnings. These were left behind after refactoring.

Affected Files

File Unused Import
lib/screens/home/home_screen.dart:2 package:flutter/services.dart
lib/screens/home/home_screen.dart:3 ../../widgets/custom_widgets.dart
lib/screens/home/home_screen.dart:4 ../../services/navigation_service.dart
lib/screens/splash_screen.dart:4 ../services/navigation_service.dart
lib/screens/meetings/meeting_insights_screen.dart:7 package:flutter/foundation.dart
lib/screens/workspace/workspace_screen.dart:8 ../chat/chat_screen.dart
lib/theme/theme_controller.dart:1 dart:ui (already provided by flutter/material.dart)

Expected Behavior

No unused import warnings from flutter analyze.

Evidence

warning - Unused import: 'package:flutter/services.dart' — home_screen.dart:2
warning - Unused import: '../../widgets/custom_widgets.dart' — home_screen.dart:3
warning - Unused import: '../../services/navigation_service.dart' — home_screen.dart:4
warning - Unused import: '../services/navigation_service.dart' — splash_screen.dart:4
warning - Unused import: 'package:flutter/foundation.dart' — meeting_insights_screen.dart:7
warning - Unused import: '../chat/chat_screen.dart' — workspace_screen.dart:8
info - The import of 'dart:ui' is unnecessary — theme_controller.dart:1

Record

  • I agree to follow this project's Code of Conduct
  • I want to work on this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions