From b2891d54c7045d2972a720d91db3774d2af2951f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boros=20Ma=CC=81te=CC=81?= <33902750+qwadrox@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:29:05 +0100 Subject: [PATCH] fix: Remove unused import statement --- example/lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index e51e0d86..0424883b 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -6,7 +6,6 @@ import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:home_widget/home_widget.dart'; -import 'package:home_widget/home_widget_info.dart'; import 'package:workmanager/workmanager.dart'; /// Used for Background Updates using Workmanager Plugin