From 2a2007579781d9440648635be8c677fbbdc87706 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 26 Sep 2024 10:48:40 +0800 Subject: [PATCH] chore: import cleanup --- .../thermion_flutter/lib/src/widgets/thermion_widget.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/thermion_widget.dart b/thermion_flutter/thermion_flutter/lib/src/widgets/thermion_widget.dart index 0174c9dc..6d5aac09 100644 --- a/thermion_flutter/thermion_flutter/lib/src/widgets/thermion_widget.dart +++ b/thermion_flutter/thermion_flutter/lib/src/widgets/thermion_widget.dart @@ -4,7 +4,6 @@ import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:thermion_flutter/src/widgets/thermion_widget_web.dart'; import 'package:thermion_flutter/src/widgets/transparent_filament_widget.dart'; -import 'package:thermion_flutter_platform_interface/thermion_flutter_platform_interface.dart'; import 'dart:async'; import 'package:thermion_flutter_platform_interface/thermion_flutter_texture.dart';