From 230af0ae172df0c904af22019b47e9d2a9c8395e Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 16 Apr 2025 17:16:31 +0800 Subject: [PATCH] remove unused import --- .../lib/src/thermion_flutter_method_channel_platform.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter_method_channel/lib/src/thermion_flutter_method_channel_platform.dart b/thermion_flutter/thermion_flutter_method_channel/lib/src/thermion_flutter_method_channel_platform.dart index 69df4e31..c850f3de 100644 --- a/thermion_flutter/thermion_flutter_method_channel/lib/src/thermion_flutter_method_channel_platform.dart +++ b/thermion_flutter/thermion_flutter_method_channel/lib/src/thermion_flutter_method_channel_platform.dart @@ -3,7 +3,7 @@ import 'dart:ffi'; import 'dart:io'; import 'package:flutter/services.dart'; import 'package:thermion_dart/thermion_dart.dart'; -import 'package:thermion_dart/src/filament/filament.dart'; + import 'package:thermion_dart/src/viewer/src/ffi/src/thermion_viewer_ffi.dart'; import 'package:thermion_dart/src/viewer/src/ffi/src/ffi_filament_app.dart';